Skip to content
New issue

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

Dropdown (Select component) when put inline together won't have the same height. #2

Closed
namcusc opened this issue May 10, 2017 · 2 comments

Comments

@namcusc
Copy link
Collaborator

namcusc commented May 10, 2017

Also, we should have more flexible customization with them..

@cloudle
Copy link
Owner

cloudle commented May 10, 2017

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..

@cloudle
Copy link
Owner

cloudle commented May 15, 2017

I've checked, it just have the same height by default.. like this:

dual input

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>

@cloudle cloudle closed this as completed May 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants