Data Input
This category contains 13 controls:
- DaisyNumericUpDown: A NumericUpDown control styled after DaisyUI's Input component with spin buttons. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisySelect: A ComboBox control styled after DaisyUI's Select component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyTagPicker: A selectable chip list for choosing multiple tags with an animated/organized layout. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyTextArea: A TextBox control styled after DaisyUI's Textarea component (multiline). Extends DaisyInput with textarea-specific features like character counting, auto-growing, resize control, and action buttons.
- DaisyRadio: A RadioButton control styled after DaisyUI's Radio component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyInput: A TextBox control styled after DaisyUI's Input component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyToggle: A ToggleSwitch control styled after DaisyUI's Toggle component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyFileInput: A file input control styled after DaisyUI's File Input component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyOtpInput: An OTP/verification code input composed of multiple single-character slots.
- DaisyRange: A Slider control styled after DaisyUI's Range component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyCheckBox: A CheckBox control styled after DaisyUI's Checkbox component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyRating: A star rating control styled after DaisyUI's Rating component. Includes accessibility support for screen readers via the AccessibleText attached property. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyMaskInput: A MaskedTextBox control styled after DaisyUI's Input component, with support for input masks. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
See individual control documentation for detailed usage.