Skip to content

Commit

Permalink
Update files/en-us/web/api/htmlinputelement/min/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
estelle and Josh-Cena authored Aug 28, 2024
1 parent 9892522 commit e3f678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlinputelement/min/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ browser-compat: api.HTMLInputElement.min

{{ApiRef("HTML DOM")}}

The **`min`** property of the {{domxref("HTMLInputElement")}} interface indicates the value of the {{HTMLElement("input")}} element's [`min`](/en-US/docs/Web/HTML/Element/input#min) attribute, which generally defines the minimum valid value for a numeric or date-time input. If the attribute is not explicitly set, the `min` property is an empty string.
The **`min`** property of the {{domxref("HTMLInputElement")}} interface reflects the {{HTMLElement("input")}} element's [`min`](/en-US/docs/Web/HTML/Element/input#min) attribute, which generally defines the minimum valid value for a numeric or date-time input. If the attribute is not explicitly set, the `min` property is an empty string.

## Value

Expand Down

0 comments on commit e3f678f

Please sign in to comment.