Closed sousajunior closed 2 years ago
All inputs needs a directive to define a mask.
Example the calendar with mask
Such an important feature for an UI component library.
Could we please at least know if this is going to be done in the foreseeable future, or if there's no chance of that happening, @cagataycivici ? :)
Any update on this issue? @cagataycivici
any updates on this?
@cagataycivici
All inputs needs a directive to define a mask.
Example the calendar with mask
this sounds perfect, primefaces has implemented.
All inputs needs a directive to define a mask.
Example the calendar with mask
Primefaces calendar demo url was changed to: https://www.primefaces.org/showcase/ui/input/calendar/calendar.xhtml That example named "Mask" is indeed what we're looking for to be implemented at PrimeNg as well.
Hopefully it'll get implemented soon. For now we only have hacky solutions.
Or maybe I can try 'racoon-mask-primeng' from @shogogan.
Hi,
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you reopen the issue so we can include it in our roadmap? Please don't forget to add your feedback as a comment after reopening the issue. These will be taken into account by us and will contribute to the development of this feature. Thanks a lot for your understanding!
Best Regards,
Well inputMask is still a component and not a directive. So this is not solved :(
I'm submitting a ...
Expected behavior Today, inputMask its a component and this limit your use, because you can not put mask on whatever you want. I think that will be a great change if the inputMask be a directive same as inputText, because you'll can use it on inputs, calendars, auto-complete, list-box, multi-select ...
Another thing to consider is that you cannot put a mask as dd/mm/yyyy in calendar, you are limited to use calendar chooser to set date, and for most users its necessary to put date without worry yourself insertion of '/' character manually.
It's only a idea, but if someone think equals, give a like to this feature request.