Oskari Groenroos

Results 41 comments of Oskari Groenroos

Thanks for doing this legwork! 👍 Since I just want to mirror the current release of Bulma, I worked off of [their 0.9.1 tag](https://github.com/jgthms/bulma/tree/0.9.1) where they don't yet have this...

Good point - though I haven't looked into it too deeply, it looks like the original Bulma uses `@import`, which I guess would have [the same problem](https://sass-lang.com/documentation/at-rules/import)? In which case,...

Multiple selections shouldn't be on for any `select`s unless the original element has the `multiple` property. This is a bug; I'll have to do some investigation. Sorry about this!

Oop, sorry about that Adam! You can get rid of this bug by going to line 317 in minimalect.js, and replacing `this.options.class_group` with `m.options.class_group`. Let me know if this worked...

I know this is a bit late, but could you perhaps expand on your explanation a bit? Is Minimalect not updating the original select, or is the original select changing...

The bubble theme was developed for selects with only a few options, because otherwise the arrow would get hidden, and if I recall correctly, there were also some visual problems...

I have been thinking about test suites, but I have to confess it's uncharted territory for me. Now that I know people want it, I perhaps should look into it...

I took a cursory look at both of the ones you suggested, and Jasmine seems like the better choice; it comes across as simpler (and simple is the keyword for...

That looks pretty good to me; I'll have to dig deeper into that. Thanks for the link!

Yes, better support for pure keyboard navigation is on its way; I noticed that when tabbing through a form, after dealing with minimalect, you get thrown back into the beginning...