Support placeholder for textbox property editor UI #22879
bjarnef
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes it would be useful to fill an optional placeholder value in configuration of textbox (perhaps also textarea) to guide content editors and the expected value/format of input field.
We can use description of property, but is often makes description even longer and a placeholder feels more in context.
Another option is creating a custom property editor UI, but seems a bit overkill.
E.g. for an reference number, license key or similar:
WEB-XXX-XXX-XXXThis would be a simple solution.
In future the Umbraco UI library could possible support masking for input components, which also restrict characters to enter, e.g. numeric only, while filling separators:
https://ui.nuxt.com/docs/components/input#with-mask
https://primevue.org/inputmask/
Beta Was this translation helpful? Give feedback.
All reactions