Closed rafparedis closed 1 year ago
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,
If you have a PrimeNG PRO Support subscription please post your issue at;
https://pro.primefaces.org
where our team will respond within 4 business hours.
If you do not have a PrimeNG PRO Support subscription, fill-in the report below. Please note that your issue will be added to the waiting list of community issues and will be reviewed on a first-come first-serve basis, as a result, the support team is unable to guarantee a specific schedule on when it will be reviewed. Thank you for your understanding.
Current Queue Time for Review Without PRO Support: ~8-12 weeks. With PRO Support: 1 hour
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports) Please demonstrate your case at stackblitz by using the issue template below. Issues without a test case have much less possibility to be reviewd in detail and assisted.
Current behavior p-inputMask editor displays as small textbox
Expected behavior p-InputMask editor uses available space
Minimal reproduction of the problem with instructions code issue in primeng.css
.p-inputgroup .p-inputtext, .p-fluid .p-inputgroup .p-inputtext { flex: 1 1 auto; width: 1%; }
should change to
.p-inputgroup .p-inputtext, .p-fluid .p-inputgroup .p-inputtext { flex: 1 1 auto; width: 100%; } What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Angular version: 10.0.14
PrimeNG version: 10.0.0-rc.4
Browser: [all]
Language: [TypeScript 3.9.7]
Node (for AoT issues):
node --version
=