You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a PinInput and add custom child component to <PinInputInput asChild> using the asChild prop.
Describe the bug
Component <PinInputInput> seems to not being customizable with child component using asChild as the docs says : https://www.radix-vue.com/components/pin-input.html#input. Whatever I pass into the component as child, the DOM rendered keeps being the default <input> element.
Expected behavior
No response
Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered:
Environment
Link to minimal reproduction
https://stackblitz.com/edit/nuxt-starter-bgmjsu?file=app.vue
Steps to reproduce
Create a PinInput and add custom child component to
<PinInputInput asChild>
using theasChild
prop.Describe the bug
Component
<PinInputInput>
seems to not being customizable with child component usingasChild
as the docs says : https://www.radix-vue.com/components/pin-input.html#input. Whatever I pass into the component as child, the DOM rendered keeps being the default<input>
element.Expected behavior
No response
Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: