carstenblt
carstenblt
`handleClickOutside` relies on refs to the input element and the picker modal, which are not available when using an individual `input` element.
I have a modal with only one input element (the date picker). As soon as the modal opens, the date picker is shown, because it is the only input element...
Apparently the IOptions type is missing `weekDays` in the 1.4.2 release.
**Is your feature request related to a problem? Please describe.** Especially when using block content, adding languages takes up a lot of space. **Describe the solution you'd like** A tab...
When using `displayFormat`s that use long names of the months like ``` displayFormat={"DD.MMMM.YYYY"} ``` this is always displayed in English. It should however use the localization set with `i18n`.
**Describe the bug** When sending HTML to chromium to render PDFs, I will get "Request has timed out" errors after a while. **To Reproduce** Send HTML to the /pdf endpoint...