Skip to main content
Known Participant
July 20, 2025
Answered

Tooltip

  • July 20, 2025
  • 1 reply
  • 228 views

Is there a way to set the tooltip to be the current value of the text field?

Correct answer Nesa Nurani

Use this under validate tab of that field:
event.target.userName = event.value;

1 reply

Nesa Nurani
Community Expert
Nesa NuraniCommunity ExpertCorrect answer
Community Expert
July 20, 2025

Use this under validate tab of that field:
event.target.userName = event.value;