Data Picker not working with Time Picker in Firefox on Mac

Wappler Version : last stable 6.3.0
Operating System : Mac OS Sonoma
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: cuctom

I am trying Data Picker with Time Picker option, but can’t open select for hours and minutes.
I need to find some alternative solution quickly until this bug is fixed, maybe someone knows alternative methods that work reliably

I just tested the same setup - a date picker with time picker enabled, inside a modal and it works fine both on stable and beta channels.
Do you have a link to your page where we can check this?
Does this happen in Firefox only? Have you tried Chrome and Safari?

Yes, in Gchrome this selection works, but there is another strange problem - after Apply the value is not assigned to this input

In Safari the behavior is similar to Chrome, but in Firefox it doesт’t work at all.

So the issue reported in your initial post is only happening in Firefox on Mac?

Yes, but problem with value of DataPicker in all browsers

Sorry I don’t understand what is the issue with the value?

value not set in input element after "Aplly "

Where is the value not set? How do you test this exactly?


Maybe I don’t understand something, but shouldn’t the element have a value assigned and displayed?

No, it should not be displayed there …
the component creates a hidden field that stores this value and it’s visible on your screenshot:

Also, when you want to be sure you properly test the value of a component you can just bind its value on the page.

Ok, then I won’t worry about it :smile: