systelab / systelab-components

Systelab Angular common components
MIT License
14 stars 8 forks source link

Clear button should be disabled when input is disabled #815

Closed p-riera closed 9 months ago

p-riera commented 9 months ago

Describe the bug On autocomplete combo boxes we added the option to have a clear button but it is not configured to be disabled when the input is disabled so you can clear the text when it should not be editable

To Reproduce Steps to reproduce the behavior:

  1. Go to autocomplete field in a disabled status
  2. Click on clear button
  3. See the text is cleared

Expected behavior Expecting clear button to be disabled or hidden