lit-analyzer
lit-analyzer copied to clipboard
Input tag's `step` attribute should of type `string`
Currently getting a no-incompatible-type-binding error when I try to assign the value any to an input tag's step attribute.
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