You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TextAreaInput character limit enforcement (data-limit) and an optional live counter guide (data-guide) that warns when nearing the limit.
SmartFormList.resource() returning the list's data-resource attribute, mirroring SmartForm.resource() so TaskExecutor can read the resource from either form body.
Fixed
Documentation: README.md now lists EmailInput and the input[type=password] -> TextInput mapping, documents the edit, destroy, and back toolbar roles, and corrects the per-state button-enable matrix and the form-level state list.
types/index.d.ts rewritten to match the actual public API.
CONTRIBUTING.md no longer references a non-existent .nvmrc.