Skip to content
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

MaterialTextBox2 - issue after switching Enabled property #282

Closed
mayorovsv opened this issue Nov 3, 2021 · 1 comment · Fixed by #283
Closed

MaterialTextBox2 - issue after switching Enabled property #282

mayorovsv opened this issue Nov 3, 2021 · 1 comment · Fixed by #283
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@mayorovsv
Copy link

Hi,
I have faced with an issue with MaterialTextBox2.

Initially I have MaterialTextBox2 control in Enabled = true state, after that I switch it to Enabled = false and it works fine. But when I try to switch it back to Enabled = true again I face with weird behavior: control not fully enabled after that, i.e. I'm able to click on trailing icon, hover effects start working, but control stucked in kind of readonly mode - the text is grayed out and not editable.

Also I was able to reproduce it on example project.
Could you advice, please?

@orapps44 orapps44 added bug Something isn't working good first issue Good for newcomers labels Nov 3, 2021
@orapps44
Copy link
Collaborator

orapps44 commented Nov 3, 2021

Hi @mayorovsv ,

Thanks for reporting this issue.
I confirm the unexpected behaviour. I will work on it and fix it as soon as I can.

orapps44 added a commit that referenced this issue Nov 4, 2021
Fix enabled property issue (#282)
orapps44 added a commit that referenced this issue Nov 4, 2021
Fix MaterialMultiLineTextBox2 enabled property issue (#282)
orapps44 added a commit that referenced this issue Nov 4, 2021
Fix MaterialMaskedTextBox enabled property issue (#282)
@orapps44 orapps44 linked a pull request Nov 4, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants