Skip to content

Commit ec6b6da

Browse files
committed
wip docs
1 parent 472cff9 commit ec6b6da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/guide/form-fields/html.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This field is read-only, and is meant to display some dynamic information in the
66

77
## Configuration
88

9-
### `setTemplate(string|View $template)`
9+
### `setTemplate(string|Closure|View $template)`
1010

1111
Write the blade template as a string. Example:
1212

@@ -35,6 +35,8 @@ SharpFormHtmlField::make('panel')
3535
->setTemplate(view('sharp.form-htm-field'))
3636
```
3737

38+
### `setLiveRefresh(bool $liveRefresh = true, array $linkedeFields = [])`
39+
3840
## Formatter
3941

4042
- `toFront`: sent as provided.

0 commit comments

Comments
 (0)