thednp / bootstrap.native

Bootstrap components build with Typescript
http://thednp.github.io/bootstrap.native/
MIT License
1.7k stars 178 forks source link

Popover button #459

Closed websceneru closed 1 year ago

websceneru commented 1 year ago

Gives an error, no btn.

show = () => { super._show(); const { options, btn } = this; if (options.dismissible && btn) setTimeout(() => focus(btn), 17); };

thednp commented 1 year ago

Please provide a test fiddle or something, I will fix this with the next release. Thanks

thednp commented 1 year ago

@websceneru I figured out the problem, will be fixed with next commit. Currently working on updating the testing script.

thednp commented 1 year ago

@websceneru please test latest v5.0.5.

Thanks