Kane G
Kane G
I managed to work out a way to get the selected value for anyone in the future: You can add this `else if ` statement to the Methods conditionals. ```...
You need to make a couple of changes but you should be able to use this, I created to it to use bootstrap badges. When you create your select options,...
I got this working by using adding the keyup event: ``` $(document).on('keyup', '.nice-select', function(event) { var $dropdown = $( this ); if (event.which !== 0) { $( this ).find('ul.list li').each(function(...
I came across this error (on v0.17.2) and originally thought it was the base config too. I was able to fix it by updating the `routerMode` to `hash` in `histoire.config`.
> > I came across this error (on v0.17.2) and originally thought it was the base config too. I was able to fix it by updating the `routerMethod` to `hash`...