doctorj
doctorj
On backend server when I inspect RemoteAddr I get address of server that fabio is running on. Can fabio log those requests so I can get them there? Thanks.
When Radios are clicked everythimg works fine, but when RadioGroup has focus pressing arrow left/right, up/down only selects next/previous Radio, without triggering change listener. https://github.com/DominoKit/domino-ui/assets/360289/9fa18272-a30c-4922-b19c-9a130a5fb499
Implement rounded field style for form elements
In section 3.7. first sentence should be: The database **table** names of Flowable all start with ACT_. instead of: The database names of Flowable all start with ACT_.
After value is selected, element doesn't have focus anymore. It happens when value is selected with keyboard (enter) and also when value is selected with mouse. Here is an example...
In `DateRangeBox` we have `setFromDateTimeFormat` and `setToDateTimeFormat` that set format of fromCalendar and toCalendar. It make sence that `setDateTimeFormat` sets format for both calendars. Currently it sets format only for...