bootjack icon indicating copy to clipboard operation
bootjack copied to clipboard

setting focus() on element inside modal after showing modal doesn't work

Open dvorapa opened this issue 11 years ago • 0 comments

Today, I switched between old and discontinued widget.dart bootstrap implementation and bootjack bootstrap implementation. Everything is working better, than discontinued widget.dart library, but there are two problems (this and #23 ):

I show modal using function show() (identically with widget.dart library) and after that I just set focus() on input element inside modal. Although it worked as expected in widget.dart, in bootjack it doesn't work.

dvorapa avatar May 21 '14 15:05 dvorapa