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

Datepicker: Becomes readonly when re-enabled #1789

Open
radovaniljic opened this issue Sep 3, 2024 · 0 comments
Open

Datepicker: Becomes readonly when re-enabled #1789

radovaniljic opened this issue Sep 3, 2024 · 0 comments
Labels
jira type: bug 🐛 [1] Velocity rating (Fibonacci)

Comments

@radovaniljic
Copy link

Describe the bug
When re-enabling a disabled datepicker, the datepicker becomes readonly.

Code used in the stackblitz below:

this.datepicker.disabled = true;
setTimeout(() => (this.datepicker.disabled = false), 3000);

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://stackblitz.com/edit/ids-quick-start-1821-jk4qup?file=src%2Fapp%2Fapp.component.ts
  2. Notice that the datepicker is disabled
  3. Wait 3 seconds
  4. Notice that the datepicker becomes enabled but readonly

Expected behavior
Should not become readonly when enabling it

Version

  • ids-enterprise-ng: 18.2.1
@tmcconechy tmcconechy added type: bug 🐛 [1] Velocity rating (Fibonacci) labels Sep 3, 2024
@AAlviar AAlviar added the jira label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira type: bug 🐛 [1] Velocity rating (Fibonacci)
Projects
Development

No branches or pull requests

3 participants