Skip to main content

How to get input field ID using onChange event in Vibe?

  • March 3, 2023
  • 3 replies
  • 698 views

  • Participating Frequently

Hi,

How to get input field ID using onChange event in Vibe component?

Could you please example code for form with many fields.

Since I am using Antd comopentwe can easily get each input field’s Id along with values.

Now I am changing UI to monday.com Vibe component. It would be helpful if I get some sample code.

Thanks in advance!

3 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • March 5, 2023

Hello there @Priya,

I am not sure I understand what you need.

What are you referring to when you say “input field ID”?

The ID of what input field? From a trigger? From an action?

What input field exactly?

What is your exact use case?


  • Author
  • Participating Frequently
  • March 6, 2023

Thanks for the response!

I got the solution by using the below code.

<TextField title=“Azure Domain Name” onChange={event => onTextChange(event, “azuredomain”)} id=“azuredomain” />


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • March 6, 2023

Hello again @Priya,

I am glad you got to the solution!