Eirik Backer
Eirik Backer
New branch started https://github.com/nrkno/core-components/tree/feature/core-input-tags
This actually not really affects core-scroll itself, but rather something we should document :)
Seems like the scroll-snap does not play well with the JS-scrolling (virtual dragging on desktop). Started documenting, but can see there is more work to be done to get this...
Can maybe be solved by `scroll-behavior: smooth;` 🤔
Hi Peter! Good point! A little unsure how your code looks - that might affect the month-picker.. Are you using or tags for this? Would be nice to see some...
Hi again Peter! Thanks for good code example! I see - the `+1 month` ends up on a disabled date. We have actually encountered this once before - there is...
Hi @peternic! So I'll need to discuss a bit how we'll best navigate in disabled dates with my colleague. But in the meantime, you can use a custom function for...
Not a very simple fix, as this is raises a lot of accessibility concerns. Would recommend taking the dialog with @kristofferlium :)
Before going further - Why do you want to put core-suggest inside a element with tabindex="-1"? This is unfortunate for the screen reader behaviour of the element
Would check this out with @kristofferlium - sounds unfortunate, as it means all focusable content is put inside a element with `tabindex="-1"` :/