Closed arhmnsh closed 7 years ago
Is there any way to make the input fields readonly?
You can use TextInput's editable props for that purpose:
TextInput
editable
<Hoshi editable={false} label={'Town'} borderColor={'#b76c94'} maskColor={'#F9F7F6'} />
Is there any way to make the input fields readonly?