Skip to content

Commit 4ecb06b

Browse files
committed
style fix
1 parent 3187ba5 commit 4ecb06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ website:
702702
- Displays a link icon on the left in both edit and preview modes.
703703
- In preview mode, renders as a clickable link that opens in a new tab.
704704
- Supports all standard HTML5 attributes for `<input type="url">`:
705-
- `placeholder`, `maxlength`, `minlength`, `pattern`, `size`, `list`, `autocomplete`, `required`, `readonly`, `disabled`
705+
- `placeholder`, `maxlength`, `minlength`, `pattern`, `size`, `list`, `autocomplete`, `required`, `readonly`, `disabled`
706706
- `options` will be rendered in a `<datalist>` element, enabling autocomplete suggestions.
707707
- If an option's value and label are identical, the label is omitted for brevity.
708708

0 commit comments

Comments
 (0)