You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using the maskitoWithPlaceholder method with the parameter focusedOnly = false the placeholder is not visible. I believe that the placeholder should always appear with this false parameter
Maskito version
1.8.0
Which browsers have you used?
Chrome
Firefox
Safari
Edge
Which operating systems have you used?
macOS
Windows
Linux
iOS
Android
The text was updated successfully, but these errors were encountered:
Why so ? Why we can't just do it by ourself inside mask?
We need to provide flexibility about this case: some developer want textfield to be initially filled with placeholder, but others don't.
The current behaviour allows to choose.
In Maskito 2.0 we want to change this behaviour a little bit: #604
Initial calibrations will be optional and user can enable it by maskitoInitialCalibrationPlugin.
Which package(s) are the source of the bug?
@maskito/kit
Playground Link
https://stackblitz.com/edit/ifye36?file=index.ts,mask.ts
Description
when using the maskitoWithPlaceholder method with the parameter focusedOnly = false the placeholder is not visible. I believe that the placeholder should always appear with this false parameter
Maskito version
1.8.0
Which browsers have you used?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: