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
{{ message }}
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
You can use the `default` attribute to specify the default value of the element.
95
+
96
+
```blade
97
+
<x-form-textarea name="motivation" default="I want to use this package because..." />
98
+
```
99
+
100
+
### Binding a target
101
+
102
+
Instead of setting a default value, you can also pass in a target, like an Eloquent model. Now the component will get the value from the target by the `name`.
0 commit comments