Jordan Schroter

Results 108 comments of Jordan Schroter

The docs mention you need to use this yet-to-be-merge PR of draft-js: https://github.com/facebook/draft-js/pull/388 This is where NestedUtils comes from. Hopefully it gets merged in soon -- also looking for official...

Thanks! I must say that using this functional wrapper has been a breath of fresh air over relying on `this`. I'm curious to why you opted for only passing props/state...

Anyone able to create a jsfiddle showing the issue? I have yet to encounter this problem.

@TobyTobias you are referencing the default bootstrap modal. The docs for this plugin can be found at https://github.com/jschr/bootstrap-modal. I am unclear about whether you are actually using this plugin or...

Try putting `overflow-y: scroll` on `body` instead. See https://github.com/jschr/bootstrap-modal/issues/147

Can you provide an example of the problem? Preferably in a jsFiddle or something similar. I currently use the technique mentioned in https://github.com/jschr/bootstrap-modal/issues/147 in my app with navbar-fixed without any...

You can try setting the default manager to be `html` rather then `body` via js: ``` javascript $.fn.modal.defaults.manager = 'html'; ``` I haven't really tested changing the default manager and...

Sorry this went unnoticed. I believe the issue lies somewhere in jQuery (still hunting down the exact cause) but this plugin was desgined for BS2 originally and still fires the...

hey @lucivaldo, I don't have any plans at this time (see note in README). However, take a look at the [bs3 patch file](https://github.com/jschr/bootstrap-modal/blob/master/css/bootstrap-modal-bs3patch.css). Making one for BS4 may be pretty...

See this issue: https://github.com/jschr/bootstrap-modal/issues/41 Right now there's no good way to do it but will look at fixing that for a future version. You can also toggle the loading state...