Lokesh
Lokesh
That would be great. Let me work on that.
In my case, the picker should have vertical view. So I acheived this by modifying SCSS and pointer lock properties.  Also, I am trying to replicate something like this...
Hi @Andruschenko , Sure, I will add this in coming update! :)
Hi @benny-chen-mpf So, you want that focused border as a class? Righ now the border will be there only for tab focus as you mentioned.
Hi @Andruschenko , Thank you so much for the solution. :+1: I am aware of the fact that, label needs more customization. Rightnow, I am trying to move the complete...
Hi @A-Programmer , As of now rtl support is not there. But I am working on that. Will be available in next release.
Hi @jbdivups , Plesae try this CSS, ```css .pretty .state label{ padding-right: 1.5rem; text-indent: inherit; } .pretty .state label:after, .pretty .state label:before{ left: auto; right: 0; } ``` Also, here's...
Hi @nyl-auster, im working on a new update. I will add this feature very sooner. And regarding this issue, i will post a quick fix shortly.
Hi @UsmanShahzad , 1. To place multiple checkbox/radio buttons in a row 2. Most of `` will be `inline` 3. As pretty supports placing block elements inside, there should be...
Just wrap it with div. something like this, ```html Check ```