Julien
Julien
`-webkit-overflow-scrolling ` is non-standard, why are we using it https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-overflow-scrolling I am unable to scroll on iOS using any browser recreated issue with this pen (using react-modal) https://codesandbox.io/s/suspicious-smoke-ow4mu
@alxhghs great. setting `overflowY: auto` and `height: calc(100% +- [number]px)` allows for scrollable content on iOS modals though it makes the modals look janky on desktop so I check for...
Not using this library most likely. The onChange handler would need to be modified to accept strings of any length and then slice off the last value. That is was...
It's honestly so confusing.
You can use the render function to determine what Draggable and or Container get rendered as. In this case if you were to have draggable table body rows ``` (...
I think it is a problem that the ref isn't passed though
https://github.com/kutlugsahin/react-smooth-dnd/issues/79
> It's a workaround but adding > > `display: flex` to `slick-track` class seems to fix this issue How did you override the default display ? I'm importing slick css...
https://github.com/tomchentw/react-google-maps/issues/812#issuecomment-433315859 I followed this comment to have these two libraries work with each other.
> @ray-su, > > ``` > ref={refObj => { > refObj.clearSuggestions = () => {}; > refObj.handleInputOnBlur = () => {}; > } > > > ``` > > i'd...