Topic: Input Mask
Safin priority asked 1 year ago
*Expected behavior*1) When removing characters from input and adding characters to input, separator are removing/adding automatically 2) I have access to input properties like value, disabled, etc*Actual behavior*1) When removing characters from input, you also have to manual remove separator inserted by the mask. Also, after deleting characters and subsequent input, a separator is substituted in the field instead of the entered data2) I have NO access to input properties like value, disabled, etc*_Resources (screenshots, code snippets etc.)_*
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 6.3.0
- Device: desktop machine
- Browser: google chrome
- OS: windows 10, React 18.2.0
- Provided sample code: No
- Provided link: No
Grzegorz Bujański staff commented 1 year ago
What do you mean by not having access to the
value
property? Thevalue
property works fine and you can use theonInputChange
handler to listen for its change. Thedisabled
property is actually missing. We will fix it as soon as possible.