esbenp / react-native-clean-form

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
MIT License
478 stars 83 forks source link

Select doesnt work. #86

Open The-Code-Monkey opened 6 years ago

The-Code-Monkey commented 6 years ago

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.

dezynetechnologies commented 5 years ago

I am also facing the same issue.

The-Code-Monkey commented 5 years ago

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 commented 5 years ago

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

markusguenther commented 5 years ago

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.