页面 · Laravilt
Inputs
Text-based input fields and the methods every field shares.
Text-based fields for collecting user data.
| Component | Description |
|---|---|
| TextInput | Single-line text (email, password, tel, url, search) |
| Textarea | Multi-line text with optional autosize |
| NumberField | Numeric input with increment and decrement buttons |
| PinInput | PIN / OTP code entry |
| Hidden | Hidden value |
Common methods
Every field extends Laravilt\Forms\Components\Field and shares these methods:
php
Visibility is controlled with hidden() and visible(), both of which accept a closure. See Reactive Fields.