numberInputExample

Undocumented in source. Be warned that the author may not have intended to support it.
@safe
@
()
=> label(.layout!"fill", .tags!(FluidTag.warning), "Note: Make sure your fieldSlots only contain a single " ~ "input node. Placing two checkboxes or text inputs inside one might cause unexpected behavior.")
,
()
=> label("Moreover, 'FieldSlot' might be used by external tools to analyze the content, and for example, " ~ "provide information for screen readers. Fluid doesn't come with such tools at the time of writing, " ~ "but such improvements that might be introduced in the future.")
,
()
=> label(.tags!(Tags.heading), "Number input")
,
()
=> label("If you need the user to provide a number, consider using 'IntInput' or 'FloatInput'")
Frame
numberInputExample
()

Meta