Dino Kljuco
Dino Kljuco
Hi, just saw that only Line annotations are supported for Y Axis. Any plans for X axis?
Hi @izakfilmalter, thank you for your time and feedback. regarding the comment above, the update is that deselection is removed from the Badge and only available on the Close button...
sure, will give it a try
Hi all, I have created component, I hope somebody will find it helpful: ```jsx import * as React from 'react' import { cn } from "@/lib/utils" import { Check, X,...
@johnLamberts PR is still in progress, so until this is done, copy code from [here](https://raw.githubusercontent.com/shadcn-ui/ui/ff24025f63c7f2dbd3536d3b656e17c009367d94/apps/www/registry/default/ui/multi-select.tsx), fix some imports and let me know does it work.
```jsx import { z } from "zod"; import { useForm } from "react-hook-form"; import { zodResolver } from "@hookform/resolvers/zod"; import { Form, FormField, FormItem, FormLabel, FormMessage, } from "@/components/ui/form"; import...