Stein Cato Blostrupmoen
Stein Cato Blostrupmoen
Caused by the `disabled` callback being used both for determining if a month dropdown option should be disabled and to determine if a date button should be disabled. The `disabled`...
Originally discovered in a date picker where we simply disabled all dates after today using `datePicker.disabled = (date) => date > today` which made it impossible to select the current...
@laat that looks like it should work. In my project I've got this workaround for now (pseudo code-ish): ```js // Create an options array up to the current month const...
https://github.com/Schniz/fnm/issues/824#issuecomment-2291882222 seems to have discovered the same issue with the incorrect `FNM_PATH`.