James Perrin

Results 5 comments of James Perrin

Ran into the same problem. I got an idea from issue #1023. My band-aid is to add an addEventListener() for the form reset. Then, use Choices [setChoices()](https://github.com/Choices-js/Choices#setchoiceschoices-value-label-replacechoices "Choices setchoiceschoices-value-label-replacechoices") method...

Has this topic of targeting the latest version of AngleSharp been revisited?

Hey @paulcsmith and @BaibhavVishal123, Is it possible to update to support Mongoose 6.x, 7.x, and 8.x?

Great suggestions by @zoglo and @RichardDavies. The code worked even when there are multiple ```select``` elements. However, the issue I ran into was the code would query the web page...

The modal losing focus was fixed in pure Bootstrap v5.x modals. If you look in the file Bootstrap modal.js on line 72, you see they are invoking **this._focustrap = this._initializeFocusTrap()**...