react-native-clean-form icon indicating copy to clipboard operation
react-native-clean-form copied to clipboard

Select doesnt work.

Open The-Code-Monkey opened this issue 6 years ago • 4 comments

When you use the select in redux-form-immutable im not sure if its the same for the normal clean form, but it opens up fullscreen when clicked then you have to click again to get the dropdown why is this why doesnt it just do the dropdown in the first place.

The-Code-Monkey avatar May 25 '18 10:05 The-Code-Monkey

I am also facing the same issue.

dezynetechnologies avatar Sep 22 '18 20:09 dezynetechnologies

If you import the component and then go into the component you imported there will be a modal/popup tag/component wrapping the options if you remove that it will function like a normal one. I keep forgetting to pr it but I don't have enough time feel free to do the pr for that if you'd like

The-Code-Monkey avatar Sep 22 '18 20:09 The-Code-Monkey

Actually attempt to pull the latest version as this modal has been removed. If it's there after updating the lib @esbenp will need to update the npm

The-Code-Monkey avatar Sep 22 '18 20:09 The-Code-Monkey

I can setup semantic-release with Commitizen and so on. But need @esbenp for the NPM tokens then. But then team members can merge stuff and the rest is done by travis.

Use this already for https://github.com/FriendsOfReactJS/react-css-themr

Always when the develop branch gets merged into master the commits will be analysed and if we have bugfixes or more we get an automatic release on npm.

markusguenther avatar Sep 23 '18 20:09 markusguenther