mobx-react-form-converters
Installation
SKILL.md
Skill: mobx-react-form-converters
Mission
Guide the user through using value converters in mobx-react-form to transform field values between the UI and the store.
Use this skill when the user needs to:
- Convert user input before storing (e.g., string → number)
- Convert stored values before displaying (e.g., number → formatted string)
- Apply input converter on init, set, or update
- Use converters in unified or separated mode
Concept
Converters are functions that transform field values at two points: