Tieson Trowbridge
Tieson Trowbridge
@danielrutten I'd be inclined to switch the order of those checks - check the "real" attribute first, then the data attribute, and then fallback to the options value. Of course,...
It's not straight-forward, but looking at the tests I came up with this: https://jsfiddle.net/mwcjLs8p/1/ ```html Pennsylvania Connecticut New York Maryland Virginia Set to Maryland ``` ```js var $combobox = $('#test-combobox').combobox();...
This is configured via the `clearIfNoMatch` option (see https://github.com/danielfarrell/bootstrap-combobox#options). Set that to false: ```js $('your selector').combobox({ clearIfNoMatch: false }); ```
If you get no other takers, I will take over. I don't use this project much, nor am I a JavaScript wizard, but I would at least try to keep...
@danielfarrell Thanks for adding me. Somewhat disappointing that no one else has volunteered, though. Can you amend your comment to include what your expectations are for maintainers? If you completely...
@danielfarrell I would honestly prefer to **not** be the primary on the repo, but if no one else wants that responsibility, and as I have time, I am willing to...
Sounds like a dup of #268 - probably want to check the solution shown in #269
The addon markup and classes [have changed](http://getbootstrap.com/docs/4.0/migration/#input-groups) between Bootstrap 3 and Bootstrap 4, so at the moment Bootstrap 4 is incompatible. Not sure when you can expect an update. I...
Updating cdnjs looks like it's going to be an issue: https://github.com/cdnjs/cdnjs/issues/13524 Will update when I get any feedback on the npm package.
@danielfarrell Would it be possible to grant me some sort of admin/collaborator rights for https://www.npmjs.com/package/@danielfarrell/bootstrap-combobox? npm username is tiesont. That would let me sync npm to the release version here...