Form Time
>= v1.20Form time component.
Time, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->form('time') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
Due to the way the component works, the min and max hours/minutes do not limit the range, but rather the post-selected value when time is selected.
An option to adjust the time to the current one without the possibility of clearing the input.
An option to easily select the current time.
An option to not show validation error message.