-
Notifications
You must be signed in to change notification settings - Fork 909
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
Separate disabled state from non-editable state for DaxTextInput #5265
Separate disabled state from non-editable state for DaxTextInput #5265
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @CDRussell and the rest of your teammates on Graphite |
@@ -110,7 +110,7 @@ class ShowOnAppLaunchActivity : DuckDuckGoActivity() { | |||
uncheckNewTabCheckListItem() | |||
with(binding) { | |||
specificPageCheckListItem.setChecked(true) | |||
specificPageUrlInput.isEditable = true | |||
specificPageUrlInput.isEnabled = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isEnabled
implies non-editability, plus you also get the disabled look
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve added the attribute so it can read from inflation. Rest looks good!
Awesome, thanks @malmstein |
Task/Issue URL: https://app.asana.com/0/488551667048375/1208740714999313/f
Description
Separates non-editable state from disabled state of
DaxTextInput
. An input can be:Steps to test this PR
Passwords
App launch setting
Settings
->General
->Show on App Launch
Anything else that might be affected?