juuso-vaadin

Results 20 issues of 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...

bug
a11y
Severity: Minor
Impact: High
vaadin-grid
needs discussion
BFP

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 →...

enhancement
vaadin-text-field

### 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...

enhancement
vaadin-menu-bar

### 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...

enhancement
DX

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...

design system

Component for placing helper text in relation to forms or other view content are often needed. ![image](https://user-images.githubusercontent.com/19607782/98520841-50643b80-227b-11eb-9f17-ad8fb04454b6.png) One use case is to display validation errors which are related to the...

help wanted
recipe

**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....

help wanted
recipe

Could be based on App Layout but there is often need to have hierarchy within navigation items. ![image](https://user-images.githubusercontent.com/19607782/84632088-1757b300-aef7-11ea-85bb-8290fc3cc83a.png) Business App Starter does have implementation of this.

help wanted
recipe

**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...

help wanted
recipe

### 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...

enhancement
vaadin-menu-bar