lit-analyzer icon indicating copy to clipboard operation
lit-analyzer copied to clipboard

Input tag's `step` attribute should of type `string`

Open pietrorea opened this issue 3 years ago • 0 comments

Currently getting a no-incompatible-type-binding error when I try to assign the value any to an input tag's step attribute.

Screen Shot 2021-11-24 at 1 29 17 PM

The string any should be a valid input. The type of the property is a string according to https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement

pietrorea avatar Nov 24 '21 18:11 pietrorea