Derek Hammond
Derek Hammond
Thanks, @praneshr. The `white-space: pre-wrap` suggestion is a good tip, but upon switching it to `no-wrap` I'd additionally like to control the max-width of each column and allow for _before...
I think I narrowed in on the core issue here. When a long string has no spaces, automatic breaking doesn't happen as expected and the container gets really big (while...
@praneshr, @EricCatlin, the simplest workaround I just found was to add the following style override to ensure a wrap happens (probably should be default): ``` line: { wordBreak: 'break-word', },...
This looks good form my end. Thanks, @jamesopti!
I do not agree that it's a best practice to load all JS in the `head`, but I can understand if that's the requirements for Tether. I could see other...
Thanks for filing this, I suspected that this "feature" we were leaning on was actually a bug! Fwiw: I created https://github.com/formik/formik/issues/2598 to backfill this functionality.