mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 20:40:29 +00:00
Add min/max support for prompt dialog (e.g. used for card moving) (#17085)
This commit is contained in:
@@ -81,6 +81,8 @@ class DialogBox extends LitElement {
|
||||
.type=${this._params.inputType
|
||||
? this._params.inputType
|
||||
: "text"}
|
||||
.min=${this._params.inputMin}
|
||||
.max=${this._params.inputMax}
|
||||
></ha-textfield>
|
||||
`
|
||||
: ""}
|
||||
|
||||
Reference in New Issue
Block a user