#How to change the bg of the date time picker?
7 messages · Page 1 of 1 (latest)
Make sure that you have color-scheme: dark defined on the root element of your application
can't I change it without the color scheme?
It is native browser control. It depends on the global css.
Also, can we pass a custom trigger to the DateTimePicker component, right now it is triggering based on the Input field, I don't want to show the input field but just an icon. Is this doable?
It is better to build a custom component with combined DatePicker + TimeInput + Popover for this
I just want to show the icon instead of such field,