Michał
Michał
Please search for duplicate or closed issues first. ## Describe the issue Cannot tab into and select radio or checkboxes with keyboard when they are in a dropdown. ### Current...
Please search for duplicate or closed issues first. ## Describe the issue ### Current Behavior Unhandled overflow behaviour on dropdown LI elements. ### Expected Behavior Handle overflow by wrapping. ###...
Please search for duplicate or closed issues first. ## Describe the issue A button with very long alpha-numeric text does not wrap, causing overflow. ### Current Behavior A button with...
## Describe the issue It's inconsistent to have a button group be 100% width when the buttons individually are not so. ### Current Behavior Buttons grow to collectively fill 100%...
Rust is required to build the pip requirements, this commit adds it to the container.
### Type of feature request 🌟New Model ### Feature description It would be great to support simple LinearSVM models. I'm aware its not a transformer model but there are ONNX...
Adds currency to EcommerceAction see https://github.com/MatteoGabriele/vue-gtag/issues/566#issuecomment-2341721556 No further changes required. ``` var purchase = (function (params) { event("purchase", params); }); ``` ^ looks like it will pass the currency as...
Given a dropdown that contains an accordion within it, the accordion renders as a dropdown because the summary selector also selects the children of a dropdown element. This fixes that...
Please search for duplicate or closed issues first. ## Describe the issue When placing a dropdown in a dropdown, the click events of elements inside the parent dropdown get masked...