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
There is some weird stuff going on in the promtp's convert() functions, probably something to do with older properties format and trying to convert that automatically to the new format, losing information in the process.
Try renaming "validator" to "pattern", "warning" to "message" and "empty" to "required" (plus change the value), that worked for me.
e.g. If I do this:
then the first prompt shows
prompt: username:
but if I dothen the first prompt shows
prompt: Enter your username:
as expected.The text was updated successfully, but these errors were encountered: