neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.83k stars 151 forks source link

calendar.view.EditEventContainer: immediately closing once a TimeField (PickerField) gets focussed #5599

Open tobiu opened 1 month ago

tobiu commented 1 month ago

https://github.com/user-attachments/assets/1dad28da-56a2-41c6-b7a6-0b92ff92ca17

In theory, PickerFields should use the Navigator, getting synthetic focus.

however, we do get a real onFocusLeave() call, which unmounts the widget right away.

@ExtAnimal