[bug]: Shadcn Select component not allowing "pending" from useFormStatus works properly #7073
Open
2 tasks done
Labels
bug
Something isn't working
Describe the bug
I have added into a form the example of the select component from shadcn website.
When I click the submit button that has the useFormStatus pending state to disable it and show optional text while pending. It doesn't work as expected. pending state is always false and neither the disable nor text work.
If I use the vanilla select and option jsx elements. All works perfectly.
Affected component/components
select
How to reproduce
Set up the form using shadcn/ui's Select component
Create app/page.tsx and add the following code:
npm run dev
Reproduce the Issue
Select an option from the shadcn/ui Select component.
Click the Submit button.
Expected behavior: The button should disable, and text should change while submission is pending.
Actual behavior: The pending state remains false, and the button doesn't get disabled or change text.
Test with a Vanilla
<select>
ElementReplace
<Selector />
with:Codesandbox/StackBlitz link
https://codesandbox.io/p/sandbox/react-17-0-2-boilerplate-forked-zd3hk2
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: