Yauheni Prakopchyk

Results 233 issues of Yauheni Prakopchyk

In ant-design-vue they include the following reset mixin for each component. Curious if it would be beneficial for us to do something similar. ```less .reset-component() { box-sizing: border-box; margin: 0;...

research
ready for research

**Vuestic-ui version:** 1.4.9 **Steps to reproduce** In "scroll-bottom event" [demo](http://vuestic-ui-demo.sub.asva.by/#/demo/va-select/VaSelect.demo.vue) I scroll to the bottom. **What is the expected behavior?** I should see event in console. **What is the current...

BUG
EXTERNAL

**Vuestic-ui version:** 1.4.9 **Steps to reproduce** Open "searcheable" select in [vue-book](http://vuestic-ui-demo.sub.asva.by/#/demo/va-select/VaSelect.demo.vue). Hover mouse cursor over first select option. Start scrolling down item by item with keyboard. **What is the expected...

BUG

**Vuestic-ui version:** 1.4.9 **Steps to reproduce** In [select docs](https://vuestic.dev/en/ui-elements/select#base-layout) click on "single select", then scroll down and click on "hide selected". **What is the expected behavior?** No scroll would happen....

BUG

Right now - split doesn't give you any visual feedback on hover, maybe we can have some.

discussion

I hardly see any usage for that prop. Anything I can think of could be achieved by `key-by`, `text-by` and `value-by`.

discussion

This might not look like a priority, or a big thing, but it is: * easy to do, * helps with debug, * gives sentry experience which you can exploit...

good first issue
CI
ready for implementation
test
impact:support

Shouldn't be too hard to implement I think (but could be a bit OS specific). Maybe we can also check what's the conventional keybind for that command is. (maybe not...

docs
ready for implementation

Currently we have one theme. We need another one. Apart from colors you can use all component props (i.e. one theme could have all buttons outline + round by default,...

LOW PRIORITY
ON HOLD