Warning - Issue with DT+BootStrapDialog3
Warning - Issue with DT+BootStrapDialog3

FYI: I had a very strange problem...
Editor inputs instid a bs-model would be unfocusable (select's work, arrows for input type="number" work, but you can never highlight or type text).
This would only happen if a details row was open, and only if a details-row was open where the was main-row drop-down button (so weird).
Opening another BootstrapDialog3 would fix it (even before closing it) permanently (until the main popup was closed and re-opened). Also hiding the details-row again would fix it temporarily until it was shown again.
I finally found that this fixes it: $(document).off(\'focusin.bs.modal\');
...so I added that to every popup's onshown:.
Horrible fix, but it works. Very strange bug.