Skip to main content
Known Participant
July 20, 2025
Resuelto

Tooltip

  • July 20, 2025
  • 1 respuesta
  • 231 visualizaciones

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

Mejor respuesta de Nesa Nurani

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

1 respuesta

Nesa Nurani
Community Expert
Nesa NuraniCommunity ExpertRespuesta
Community Expert
July 20, 2025

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