Placeholder in user task form
I want to add a placeholder in form fields so that unlike default value which we have to manually clear it will automatically be cleared once the user starts giving input.
I tried add placeholder in xml and uploading that in collibra but even though it deployed successfully the placeholder is not visible. Can anyone please help me out in this?
shaileshkumar
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
4 comments
arthurburkhardt
·4 years ago · Edited@shailesh.kumar.fidelity.co.in I haven’t hear any possibility, but maybe possible to use some javascript to work around it?
For this we would need to invoke the javascript gurus. tok tok tok, are you with us @alvin.useree?
arthurburkhardt
·4 years ago · Edited@shailesh.kumar.fidelity.co.in I haven’t hear any possibility, but maybe possible to use some javascript to work around it?
For this we would need to invoke the javascript gurus. tok tok tok, are you with us @alvin.useree?
alvinuseree
·4 years ago · EditedHey Arthur!
The javascript solution has become too much of a workaround to continue to socialise!
I’d think about what you’re trying to achieve with placeholder text - i.e. guiding the user in terms of what to input.
Whilst it’s not the best solution, I would consider just adding helpText under the form property to achieve this. Or maybe using the details tag to add collapsible information you can open and close. @arthur.burkhardt has a really good example posted somewhere on this forum on that
shaileshkumar
OP4 years ago · EditedHey @alvin.useree ,
I tried using helpText but for the details tag is it for Collibra BPMN workflows? I am getting error when I tried creating one although the tag is working on the forum not sure if the same is applicable for the BPMN usertask forms.