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.
Opening Dialog Inside DropDownMenu Shadcn UI React JS
I am trying to have a button in my DropDownMenu from Shadcn UI that opens a Dialog component.
Error when submitting dependent select components with ShadCN/react-hook-form. How to use custom change functions
I want to create two Select components using ShadCN. I want these selects to have a dependency between each other.
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.