约 50 个结果
在新选项卡中打开链接
  1. How to nest radix Tooltip & Dropdown components

    2023年10月26日 · How to nest radix Tooltip & Dropdown components Asked 2 years, 4 months ago Modified 1 year, 10 months ago Viewed 5k times

  2. Why do we need to use radix parameter when calling `parseInt`?

    2011年7月7日 · Radix is the base of a system of numeration. There are an infinite number of numeric systems but the ones with which most people are familiar are base 10 (decimal) and base 2 (binary). …

  3. How can I implement React Hook Form with Radix UI Select?

    2023年3月22日 · I'm using the radix ui primitive Select, but i don't know how to integrate it with React Hook Form. I've tried putting the register in the Select.Root tag but it didn't work.

  4. reactjs - Triggering a radix dialog (or shadcn dialog) via a React ...

    2024年4月22日 · Triggering a radix dialog (or shadcn dialog) via a React component, not a button Asked 1 year, 10 months ago Modified 1 year, 4 months ago Viewed 21k times

  5. Radix Primitives How to submit value of Select component in Form ...

    2023年9月7日 · Radix Primitives How to submit value of Select component in Form component? Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 3k times

  6. algorithm - What is the difference between trie and radix trie data ...

    2013年2月5日 · Are the trie and radix trie data structures the same thing? If they aren't the same, then what is the meaning of radix trie (AKA Patricia trie)?

  7. reactjs - Is there a way to clear the selected value on radix-ui's ...

    2024年2月19日 · 4 I'm using radix-ui's select component to filter data on my reactjs app, but I was wondering how do I clear one selected value without having to refresh the page. I tried to change the …

  8. Radix reusable UI dialog won't popup - Stack Overflow

    2025年4月5日 · Radix reusable UI dialog won't popup Asked 10 months ago Modified 10 months ago Viewed 242 times

  9. JSLint says "missing radix parameter" - Stack Overflow

    I ran JSLint on this JavaScript code and it said: Problem at line 32 character 30: Missing radix parameter. This is the code in question: imageIndex = parseInt(id.substring(id.length - 1))-1; ...

  10. How to close Radix/Shadcn popover from inside of it

    2023年9月20日 · In the Radix UI library, there's a <PopoverClose> component available within the Popover module. To utilize it, you would first import the Popover component from shadcn, followed …