python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
flutter space between inputTextForm field and bottom border
Everything works fine except the space between the elements/user input and bottom bar. I tried different methods to get rid of that space: content padding, box constraints, prefix icon constraints ...

Aleksandre Bregadze
Votes: 0
Answers: 1
How to override the TextInput from React-Admin
I only want to override the specific fields. Setting the custom theme will override the other fields too.
Tried using useStyles but didn't work and tried using direct style props but that also didn't ...
Akhil Rana
Votes: 0
Answers: 1
Why are this Inputs sharing the same value?
I have this Input component
const Input = (props) => {
return (
<View>
<TextInput
onChangeText={(text) => {
props.setValue(te...
González López David
Votes: 0
Answers: 1
Textinput breaks view layout in React Native. How to fix it?
Textinput breaks view layout. first ss all views normaly work but I click texinput breaks example in second ss we see textinput under the logo. How to fix it ?
<TextInput
value={values.userna...

selcukctn
Votes: 0
Answers: 1