Roshdy Kamel
Roshdy Kamel
Is it possible to post a full example on how to use the plugin? ( HTML input type="text" or "date"..., and how to handle the click event ).
Is there anyway i can show a dot or some bump or anything indicating the step position. UseCase Example: ``` min = 1 max = 3 width = 200 ```...
Related Issue #95 Adding RTL direction resizing
### Thanks for opening an issue! Please select the type of issue you're reporting. For questions. - [ ] Bug - [- ] Feature Request - [ ] Question ###...
Hello, I'm struggling to get this to work. I made sure that docker command is run without sudo from the server. Still having this issue no matter what I do....
Hello, I tried to add redux-persist with no luck. I tried in App.js ``` const store = wrapStore(new Worker(new URL('./store.worker', import.meta.url)), {}); const persistor = persistStore(store); ``` but i get...
I know this is based on the react-split-panes which is great. But this one is missing a key feature `allowResize=false` The workaround I'm guessing would be stopping the event `onDragStart`,...
Master
- Modified default zoom to google’s default: zoom = 8 - Added a check for pre-loaded GoogleMaps to avoid re-initialization - Fixed maps not loading except after refresh (inconsistency issue)...
Hello, I was wondering how can I set `customBeanstalkConfig` for EC2 network configurations I have tried ``` { namespace: 'aws:ec2:NetworkInterface', option: 'SourceDestCheck', value: 'false' // Disable source/destination checking for the...