-
While scrolling through the option list (using the up and down arrow keys), items shouldn't get selected. It seems to be a convenient way to select items but it breaks with what a user might expect.
…
-
I'm working on an e-commerce theme where selectric is used to display (among other things) lists od product variations. The idea is that when a user clicks a variation that is unavailable, a modal wil…
-
#### Description
In default ranger `f` is bound to `ranger-search-files` while in ranger layer in Spacemacs this key is shadowed by the default evil-mode behaviour of `f` key. I suggest using differe…
-
I have a 'links' near every select on page, every select is selectric. This links should toggle select.
This code does it:
```
$( document ).on('click', '.variants-text', function () {
var s…
-
hi,
I am facing one issue here, when I call
$('select').selectric('destroy') -> it actually initializes the plugin, if not initialized, this is creating problem for me. As per convention it should …
-
#### Description :octocat:
`python-start-or-switch-repl` answers with `No inferior Python process running.`
This was working up to a few days ago. I cannot pinpoint exactly what triggered the behavio…
-
[welcome.z64](https://jrra.zone/p/welcome.z64) is a ROM which displays a short, live-action video. cen64 can run this ROM, but the video output is wrong. The display is filled with block of primary co…
-
It looks like this behavior should be standard as the code states it with things like:
```
// Find any other opened instances of select and close it
$('.' + _this.classes.hideselect, '.' + _this.clas…
-
#### Description :octocat:
Purpose-mode is enabled automatically without adding it to `dotspacemacs-configuration-layers`
One possible resolution would be to update the documentation to indicate tha…
-
Hello! I init jQuery-Selectric like this
```
$('select').selectric({
disableOnMobile: false
});
```
If i open select on iPad device my left column move up
```
.left-column {
position: fixed;
…