Joshua Weller

Results 9 comments of Joshua Weller

Bumping this, it's still an issue 2 years later :(

> > > Testing right now with BT5 beta 1 and the only fix required is in closeButton template. > I'm actually using: > `` > Instead of: > `×`...

> > > I'd prefer not to go that route - our modals should work the same as if a dev built the modal themselves (at it's core, Bootbox is...

Example of bootbox generated html: ``` HEADER Cancel OK ``` How a modal should be ``` Modal title Modal body text goes here. Close Save changes ```

> > > @tiesont You need to do it as `$.fn.modal` is no longer supported in Bootstrap 5 beta 3. You instantiate a modal now using `new bootstrap.Modal` Hmm strange,...

> > Yeah - take a look at the new docs: https://getbootstrap.com/docs/5.0/components/modal/#via-javascript You're missing the point, Those docs are for native bs5, but bs5 still has optional jQuery support: https://getbootstrap.com/docs/5.0/getting-started/javascript/#still-want-to-use-jquery-its-possible...

I know this is a really old request, but for anyone stumbling upon this in the future. Go into Search mode. Type ``. Enable the REGEX search function. (third button...

Sure no problemo! The format I noticed this with was the default sql date format (yyyy-mm-dd). While I was testing I always got this error: `TypeError: time.indexOf is not a...

Some more testing (day/month above 12 to differenciate formats): ``` 2016-06-14 => 14 June 2016 2016.06.14 => 14 June 2016 2016 06 14 => 2016 06 14 2016-14-06 => 06...