Add Text_Input $max_length requirement and Model.field_length() API
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -698,6 +698,7 @@ Pattern recognition:
|
||||
- `Form_Utils.apply_form_errors()` for validation
|
||||
- Action loads data, Controller saves it
|
||||
- `$disabled=true` still returns values (unlike HTML)
|
||||
- **Text_Input requires `$max_length`**: Use `Model.field_length('column')` for database-driven limits, numeric value for custom, or `-1` for unlimited
|
||||
|
||||
**Detailed guidance in `forms` skill** - auto-activates when building forms.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user