pub fn TimePicker(props: TimePickerProps) -> impl IntoViewExpand description
§Optional Props
- class:
impl Into<MaybeProp<String>> - id:
impl Into<MaybeProp<String>> - name:
impl Into<MaybeProp<String>>- A string specifying a name for the input control. This name is submitted along with the control’s value when the form data is submitted.
- rules:
impl Into<Vec<TimePickerRule>>- The rules to validate Field.
- value:
impl Into<OptionModel<NaiveTime>>- Set the TimePicker value.
- size:
impl Into<Signal<TimePickerSize>>- Size of the input.