Oleg
Oleg
This scroll is caused by hovering border of the `two` option. And then logic `updateHoveredOption` -> `scrollToOption` of `VaSelectOptionsList` starting to work. Can't see any ways to fix this because...
We need to discuss, what behaviour we want for `VaSelect` long placeholders, multi select text & chip content. Now it's just growing (as vuetify and quasar do). Maxim suggested to...
Closed via https://github.com/epicmaxco/vuestic-ui/pull/2346
> Yeah. We need to useKeyboardFocus here. Why `useKeyboardFocus`? 0_o There are no interactions options for keyboard.
Current visual feedback - different cursor. If we want to add color feedback in addition to cursor, we can: - add `color` prop to `VaDivider` and pass it when dragger...
Closed via https://github.com/epicmaxco/vuestic-ui/pull/2289
**After research i suggest the following:** - user-end component is redundant (because dom parsing looks doubtful but without it this component makes no sense); - other ui frameworks don't have...
> @aluarius, can you later check how is implemented the accessibility in the component? - every input element should have `aria-label` (for example, every checkbox for `selectable` state - `check...
Closed via https://github.com/epicmaxco/vuestic-ui/pull/2189
Already changed.