Skip to main content

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!

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?


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” />


Hello again @Priya,

I am glad you got to the solution!