We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also, we should have more flexible customization with them..
The text was updated successfully, but these errors were encountered:
Hmm.. let see, you'll want to control it by your self - using appropriate props to pass in.. However I'll check and give feedback on this ASAP.
P/s: If any one have good idea for more flexible customization I'll be very happy to hear..
more flexible customization
Sorry, something went wrong.
I've checked, it just have the same height by default.. like this:
Here is my jsx code:
<View style={{ flexDirection: 'row' }}> <View style={{ flex: 1, flexBasis: 0, }}> <Input forceFloating hint="Hi there" floatingLabel="User name"/> </View> <View style={{ flex: 1, flexBasis: 0, }}> <Select floatingLabel="Company" value={this.state.company}/> </View> </View>
No branches or pull requests
Also, we should have more flexible customization with them..
The text was updated successfully, but these errors were encountered: