raycast-linux/packages/protocol
ByteAtATime e90e0de6be
feat(components): add focus and reset commands for form elements
This commit introduces the `FOCUS_ELEMENT` and `RESET_ELEMENT` message schemas and implements corresponding focus and reset functionalities in form components. The imperative bus is utilized to handle these commands, allowing for improved interaction with form elements like TextField, TextArea, and Dropdown.

It also fixes the `onSubmit` logic to pass the values of the form as a single argument, a mapping from IDs to values, as defined in the documentation.
2025-06-29 18:08:06 -07:00
..
src feat(components): add focus and reset commands for form elements 2025-06-29 18:08:06 -07:00
package.json feat: add sidecar protocol i/o checking with Zod 2025-06-12 19:35:42 -07:00
tsconfig.json feat: add sidecar protocol i/o checking with Zod 2025-06-12 19:35:42 -07:00