Tieson Trowbridge

Results 203 comments of Tieson Trowbridge

@moumtzid Agreed, probably should have _something_ to indicate a truncated list. If you have the time, that would probably be a good candidate for a new issue, where you (and...

I can't see this being a case of anything other than GIGO (garbage in, garbage out); as @thephw noted, users wouldn't have any way of knowing which value they're actually...

I can look into how much effort a console warning would be. It's been a while since I've had to look at the code, but I'll try to get to...

I see popper.js being loaded, but your CDN link is to Bootstrap 3, which doesn't require it - is that a typo?

If the error you're referring to is coming from those two lines after your jQuery code, that's not really an issue with the combo box - you need some null...

@themartianmw By "optgroup feature", what are you looking for?

Yeah, spans are not self-closing, so that's not really valid. I'll see if I can fix that sometime today or this weekend.

Related: https://jquery.com/upgrade-guide/3.5/#jquery-htmlprefilter-changes

Would need to see a test case/example for this, if I'm going to spend time trying to troubleshoot.

Yep, that's pretty much what my MP4 implementation looks like, although I just check the first four bits (`0x66, 0x74, 0x79, 0x70`). Curious as to whether that means I could...