number_field_ui

package
v0.3.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NumberField

func NumberField[T constraints.Integer | constraints.Float](props Props[T], nodes ...Node) Node

Types

type Props

type Props[T constraints.Integer | constraints.Float] struct {
	Id        string
	Name      string
	Label     string
	Value     T
	Messages  []string
	Autofocus bool
	Disabled  bool
	Required  bool
	Boxed     bool
}

func CreateProps

func CreateProps[T constraints.Integer | constraints.Float](field form.Field[T]) Props[T]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL