auto-unmasking
See original GitHub issueHello,
I would like to propose a feature: auto-unmasking. When activating auto-unmasking the value of an input-element will return the raw value from cleave instead of the actually displayed value.
The problem with the current solution (getRawValue/setRawValue) is that there are frameworks that register change listeners on input elements which in turn read/write the value field. In such a case it is not possible to call getRawValue/setRawValue instead. In this case it would be nice to get the raw value from document.getElementById('myelement').value
.
Regards, Alex
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Auto Masking | ZBrush Docs
The Auto Mask FiberMesh button allows your brush to control a specific segment of each fiber that will be affected by the brush...
Read more >Masks and auto-masking — WSClean git documentation
Auto -masking allows automated deep cleaning and solves the two problems mentioned above: ... This will start multi-scale cleaning first towards a threshold...
Read more >automotive masking tape - Amazon.com
3M Automotive Refinish Masking Tape, 06654, 36 mm x 55 m, 1 Roll ... FREE delivery on $25 shipped by Amazon. Temporarily out...
Read more >Automotive Masking Machines & Masking Stations
Buy automotive masking paper and masking machines for your auto body repair shop at Collision Services, masking stations, mobile masking machines and ...
Read more >Auto Paint Masking Liquid - Auto Body Toolmart
We offer a selection of auto paint masking liquids and supplies to keep your paint booth or shop clean. Shop our masking liquids...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I use .NET.
On form submit, it sends both values.
It should delete the masked form before, right?
hey,
i have a proposal : wouldn’t be nice to have the option to set up an alternative input instead (like myInput becomes myInputFormatted) while to original input is converted to a hidden one?
this way, formatting is only a “ui” feature, and everything is transparent for the backend (where we can use simple formatting for numbers, dates, etc…)
and since the original id/name is preserved, any script listing to or requesting the value will get the proper, unformatted value.