Skip to main content
Known Participant
July 20, 2025
Répondu

Tooltip

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

Meilleure réponse par Nesa Nurani

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

1 commentaire

Nesa Nurani
Community Expert
Nesa NuraniCommunity ExpertRéponse
Community Expert
July 20, 2025

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