plane
plane copied to clipboard
feat: submit label form when click enter on the input
feat: save on enter key press (https://github.com/makeplane/plane/issues/1356)
@ChandanJal is attempting to deploy a commit to the Plane Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
plane | 🔄 Building (Inspect) | Jun 27, 2023 4:33am | ||
plane-dev | 🔄 Building (Inspect) | Jun 27, 2023 4:33am | ||
plane-hot-fix | 🔄 Building (Inspect) | Jun 27, 2023 4:33am |
Hi @ChandanJal, thanks for your contribution.
The approach used by you here would be an overkill as it's already a react-hook-form component and doesn't require the use of useRef
.
This issue is fixed in PR #1527.