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
the input isReadonly and isDisabled does not work and after setting them I still can change their values
No response
<Input style={[styles.inputStyle, styleInput]} variant="outline" size="md" isReadOnly={true} isDisabled={true} isRequired={required} width={width ? width : "$full"} direction="rtl" > <InputField value={inputValue} onChangeText={setValue} style={[styles.inputFieldStyle, styleFieldInput]} direction="rtl" writingDirection="rtl" fontFamily="Vazir" fontSize={fontSize} sx={{ _input: { fontFamily: "Vaizr" } }} type={inputType} /> <InputSlot pr={"$3"} pl={"$1"}> {icon}
1.0.8
I tested that on Android, so I don't know about IOS. now I have to control input values with a set value prop which the user can't change this
The text was updated successfully, but these errors were encountered:
@arsalannury Thanks for reporting this. We'll have a look.
Sorry, something went wrong.
thank you. after updating to the latest version, the problem was solved
makkarMeenu
No branches or pull requests
Description
the input isReadonly and isDisabled does not work and after setting them I still can change their values
CodeSandbox/Snack link
No response
Steps to reproduce
<Input
style={[styles.inputStyle, styleInput]}
variant="outline"
size="md"
isReadOnly={true}
isDisabled={true}
isRequired={required}
width={width ? width : "$full"}
direction="rtl"
>
<InputField
value={inputValue}
onChangeText={setValue}
style={[styles.inputFieldStyle, styleFieldInput]}
direction="rtl"
writingDirection="rtl"
fontFamily="Vazir"
fontSize={fontSize}
sx={{ _input: { fontFamily: "Vaizr" } }}
type={inputType}
/>
<InputSlot pr={"$3"} pl={"$1"}>
{icon}
gluestack-ui Version
1.0.8
Platform
Other Platform
No response
Additional Information
I tested that on Android, so I don't know about IOS. now I have to control input values with a set value prop which the user can't change this
The text was updated successfully, but these errors were encountered: