Skip to content

Commit d9ccaa2

Browse files
committed
Fix Doc
1 parent 7c93466 commit d9ccaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Validate that an ``<input>`` element of type ``text``, ``email``, ``password``,
427427
<input type="text" data-model="max_length(10)|username">
428428

429429
``min_value``
430-
..............
430+
.............
431431

432432
Validate that an ``<input>`` element of type ``number`` or ``range`` has a numeric value which should not be less than the specific value:
433433

@@ -437,7 +437,7 @@ Validate that an ``<input>`` element of type ``number`` or ``range`` has a numer
437437
<input type="number" data-model="min_value(18)|age">
438438

439439
``max_value``
440-
..............
440+
.............
441441

442442
Validate that an ``<input>`` element of type ``number`` or ``range`` has a numeric value which should not be higher than the specific value:
443443

0 commit comments

Comments
 (0)