TextInput label position
See original GitHub issueMy TextInput styles:
const styles = StyleSheet.create({
inputPaper: {
backgroundColor: "transparent",
height: 50,
},
});
My Input:
<RNPTextInput
style={styles.inputPaper}
padding="none"
label={children} />
Result with inspector:
My question is : How can i move the label on top of the input container please ?
What i’d like :
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Shiny: Label position, textInput - Stack Overflow
The problem that I face is that I want to have the labels only for the first panel, and on the left of...
Read more >Where to place a label for text field? - Medium
This pulls up the label element above the input element, and both elements will be placed at the top-left corner of the form...
Read more >input text label position | Support Center
Hi, I would like to know how to change the label position of an input text, I want it to be in the...
Read more >jQuery Form Input Elements and Labels Positioning - jQWidgets
The labels can be positioned on the 'left', 'right', 'top' or 'bottom' of the input element. To change the label position, set the...
Read more >How to place the label alongside the input text field in for
How can I make a form with the traditional layout where the text label is alongside the rectangular input text field on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @pixelize
Thanks for posting your message !
Currently the label position has predefined top position. We need internal discussion to decide if we want the feature to modify it.
Has anybody fonud any solution fotr this??