Implementation of the Orange-Boosted-Bootstrap timePicker #2481
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @laulilaura |
Beta Was this translation helpful? Give feedback.
Hello @laulilaura
There's no implementation of time/date pickers in Boosted apart from basic styles of
<input type="datetime-local">
,<input type="time">
and<input type="date">
.In order to implement what's described in ODS > Web > Forms > Design, you would have to find an external date/time library compatible with the stack of your project.
For instance, with Angular, you could use ng-bootstrap Datepicker + some CSS style.
What's your stack, frameworks, etc.?