Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes
Wrong style applied when control is disabled at initialization Please see this stackblitz for recreation Recreation code

Theissue seems to be related to the floatLabelType property being set along with enabled = false at initialization. The cursor does not change back to the regular cursor when enabled. If the control is enabled at initialization then disabled and re-enabled it's okay. 

My project has scenarios where controls are disabled at form creation time. This is only a visual problem as the control actually can be used, but some users will probably assume they can't type. This is a fairly high priority issue for us as we are getting close to deploying to our customer. Since this is a css fix, if there is a style I can fix on my end, we will accept that in the short term.