Hi Team,
I need selected dropdown value before onsubmission of form.but its not working.I put normal console.log .but its not logged in my tunnel screen.i have pasted out my code here.what is the solution to solve this?
What’s the context you’re using the Select in? I know the onChange method doesn’t work in Confluence macro configs, for example. It just fails silently.
Hi @Dhurgeswari , it looks like you’re using UI Kit 1 if you’re importing from @forge/ui. The Select component doesn’t have an onChange handler in this version of UI Kit. We recommend upgrading over to the latest version of UI Kit which imports components from @forge/react. This is an upgrade guide for updating your app from UI Kit 1 to latest UI Kit https://developer.atlassian.com/platform/forge/ui-kit/upgrade-to-ui-kit-latest/ .