Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Resolves: #309
Summary:
Do not render the clear button when the input is disabled
Type of change:
Please delete options that are not relevant.
[ ] New capability
[x] Revision of an existing capability
[ ] Infrastructure change (automation, etc.)
[ ] Other (please elaborate)
Checklist:
[x] My update follows the CONTRIBUTING guidelines of this project
[x] I have performed a self-review of my own update
Validation:
[x] Input does not have a value and is not disabled - no clear button
[x] Input has a value and is not disabled - has clear button
[x] Input is disabled, does not have value - no clear button
[x] Input is disabled, has a value - no clear button
[x] Disabling the input AFTER it has a value set - starts with a clear button and then it is hidden
[x] Removing the disabled attribute on an input that has a value - starts with no clear button, then it's shown after disabled removed
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team
Alaska Airlines Pull Request
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Resolves: #309
Summary:
Do not render the clear button when the input is disabled
Type of change:
Please delete options that are not relevant.
Checklist:
Validation:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team