juuso-vaadin
juuso-vaadin
### What is the problem? ### Issue When a table element becomes focused, VoiceOver prompts to use Control+Option+Arrow keys to navigate the cells. The keyboard focus is independent from VoiceOver...
Automatically format entries according to defined rules. Add decimal separators, spaces, characters etc. For example IBAN number: DE89370400440532013000 → DE89 3704 0044 0532 0130 00 Monetary value: 645064 EUR →...
### Describe your motivation Menu-bar overflow doesn't give much control over which items are shown. Most important items need to be at the beginning to make sure they don't overflow...
### Describe your motivation For developer's convenience there could be configurable properties for `prefix-text` and `suffix-text` in all input components. Currently the `helper-text` is handled with a property, but prefix/suffix...
All the current docs examples have two levels of hierarchy in the data. Having an enhanced example with 3 or 4 levels could clarify these cases: - How sorting works...
Component for placing helper text in relation to forms or other view content are often needed.  One use case is to display validation errors which are related to the...
**What will this enable for the user?** As a user of the application, I want to see the view transitions animated so that it's easier to understand relations between views....
Could be based on App Layout but there is often need to have hierarchy within navigation items.  Business App Starter does have implementation of this.
**What will this enable for the user?** As a user of the application, I want to see different types of notifications which's behaviour is based on severity. Common use case...
### Describe your motivation MenuBar is sometimes used with styling that makes MenuItems appear as separate Buttons. Especially in this case the expected focus behavior would be to move focus...