mobx-formkit-options
Installation
SKILL.md
Skill: mobx-formkit-options
Mission
Guide the user through configuring form and field options in mobx-formkit to control validation timing, error display, strictness, data retrieval, and other behavioral settings.
Use this skill when the user needs to:
- Configure validation timing (on init, blur, change, submit)
- Control when errors are shown/hidden
- Enable strict mode for field selection/set/delete
- Configure data retrieval filters
- Set per-field options that override form-level defaults
- Customize debounce behavior
Options Overview
Options can be set at:
- Form level — applies to all fields
- Field level — overrides form level for a specific field