Skip to content

Commit

Permalink
fix: add number input id (#902)
Browse files Browse the repository at this point in the history
* add number input component

* remove search radius text

* add id
  • Loading branch information
houbly committed Dec 3, 2021
1 parent b76b711 commit 61bc550
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<input
class="wmnds-fe-number-input__input{{inputErrorClass}}{{classes}}"
type="number"
id="{{id}}"
name="{{name}}"
value="{{value}}"
{% if placeholder %} placeholder="{{placeholder}}" {% endif %}
Expand Down

0 comments on commit 61bc550

Please sign in to comment.