-
I have got a strange situation. I have included FormIO including the select box in multiple pages where it works fine. But in one page the dropdown will not open, even when I choose for the modal edit…
-
### Steps to reproduce the issue
Open existing or create new module.
Resize (desktop) screen to about half width but so that position list is still to the right of the editor, not below.
Click the …
-
Joomla uses chosen https://harvesthq.github.io/chosen/ to display select boxes in frontend or backend
HTML5 provides now the perfect datalist who does the same thing without the need for another JS…
-
### Steps to reproduce the issue
Expand the module position dropdown
![image](https://user-images.githubusercontent.com/1296369/70809055-ef0cc180-1db8-11ea-8bba-988f0ba94fba.png)
### Expected…
-
Hello guys, We have an issue with a Select (i've seen that Formio is using Choices JS) receiving a large amount of values (700 rows). It takes some time for the Select to render and meanwhile the brow…
-
**Is your feature request related to a problem? Please describe.**
Not a problem, but the now deprecated Lightpick supported the option dropdowns where you could customize these items behaviour, and …
-
Sorry my scss-fu is not good enough to fix this - I can do some but not all. @angieradtke can you?
[ ] text color
[ ] border-radius
[ ] border color
[ ] border color : focus
[ ] box-shadow
[ ]…
-
### Steps to reproduce the issue
Create a new CSS file here:
> administrator/templates/atum/css/vendor/choicesjs/choices.css
Inside this CSS file, add:
```css
html { display: none }
```
…
-
I need to add default (not previously selected) choices and allow to add new items to the initial list of choices.
Currently there are 2 options for adding choices at initialization:
1- Using inpu…
-
I thought this was a problem with the choices/js code that it is not showing the select list on a mobile device but it must be something about the Joomla implementation as the authors demo.
Compare…