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]
Click to show internal directories.
Click to hide internal directories.