Describe the bug toast doesn't show with select form demo. But I confirm that onSubmit can be triggered Affected component/components Toast How to reproduce clonehttps://github.com/Crayon-ShinChan/test-shadcn pnpm devto run there is a select form in the home page which is just the code f...
aceternity-ui - Copy paste the most trending react components without having to worry about styling and animations. assistant-ui - React Components for AI Chat. autocomplete-select-shadcn-ui - Autocomplete component built with shadcn/ui and Fancy Multi Select by Maximilian Kaske. auto-form - ...
Update Oct 25, 2024: → Added several screen and form examples (dashboard, tasks, cards) → Added one chart option → Fixed some social icons and added a few more → Fixed bugs (switch, table, select, combobox) Read more Preview More by this creator Modular Longread Sphere Spin Animatio...
Before we can use Clerk in our application, we need to create a Clerk Application. Sign in or Sign up atClerkand go to your dashboard to create a new application. Give your application a name and select the providers you want to enable. Then click on “create applicatio...
enum (select, radio group) number (input) string (input, textfield) You can add support for other field types by adding them to the INPUT_COMPONENTS object in auto-form/config.tsx. Usage Basic usage: "use client"; import AutoForm, { AutoFormSubmit } from "./components/ui/auto-form";...
How can i use shadcn popover in modal correctly? i copied the date-picker component and tried using it in a modal-form but i closes without user interaction https://github.com/shadcn-ui/ui/assets/99658156/8a08a6de-cca0-4e26-98df-973559637934 👍 8 ...
"Form", "Hover Card", "Input", "Label", "Menubar", "Navigation Menu", "Popover", "Progress", "Radio Group", "Scroll Area", "Select", "Separator", "Sheet", "Skeleton", "Slider", "Switch", "Table", "Tabs", "Textarea", "Toast", "Toggle", "Tooltip", ]; </script> <templat...
<Select default-value="2"> <SelectTrigger id="security-level" class="line-clamp-1 w-full truncate" class="w-full truncate" > <SelectValue placeholder="Select level" /> </SelectTrigger>79 changes: 79 additions & 0 deletions 79 apps/www/src/lib/registry/default/example/DialogForm.vue Or...
huntabyte changed the title docs: fix form component examples feat: form component examples & select item fallback Feb 20, 2024 View details huntabyte merged commit 1976bfa into main Feb 20, 2024 4 of 5 checks passed huntabyte deleted the checkbox-group-demo branch February 20, 2024 04...
</FormItemContext.Provider> ); }, ); FormItem.displayName = 'FormItem'; const FormLabel = React.forwardRef< React.ElementRef<typeof LabelPrimitive.Root>, React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> >(({ className, ...props }, ref) => { const { error, formItemId } = ...