File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Client Scripts/Field Placeholder Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ function onLoad ( ) {
2
+ //Type appropriate comment here, and begin script below
3
+ var shortDescription = g_form . getControl ( "short_description" ) ;
4
+ shortDescription . placeholder = "Please give the issue details here" ;
5
+ }
Original file line number Diff line number Diff line change
1
+ Hint that appears inside an input field to indicate the type of data the user should enter.
2
+ It is typically shown in a lighter font colour and disappears once the user starts typing.
3
+ This helps guide users by providing an example or context without taking up additional space on the form.
4
+ For example, a field placeholder in an short description input might read: "Please give the issue details here"
5
+
6
+ ![ image] ( https://github.com/user-attachments/assets/600d8ba7-2322-4b7f-b769-41f464082341 )
You can’t perform that action at this time.
0 commit comments