Relative Content

Tag Archive for javascriptreactjsshadcnui

React / ShadcnUi Switching tabs in react destroys the tab content

I’m developing a React application with a tabbed interface where users can edit program parameters. The data is not saved to the database until the user explicitly clicks the “Save Changes” button. I am using a custom edit mode to allow users to make changes in the frontend.

React / ShadcnUi Switching tabs in react destroys the tab content

I’m developing a React application with a tabbed interface where users can edit program parameters. The data is not saved to the database until the user explicitly clicks the “Save Changes” button. I am using a custom edit mode to allow users to make changes in the frontend.

React Shadcn TextArea with Chips

I’m using React, React-Hook-Form, Zod and Shadcn-ui.
My problem is that i wanted to enter multiples names in the textarea,
once you put a comma on it, it will be converted like a chip(https://mui.com/material-ui/react-chip/), and then you’ll be able to enter another name and so on.