step property

String? step
finalinherited

Valid for date, month, week, time, datetime-local, number, and range, the step attribute is a number that specifies the granularity that the value must adhere to.

Implementation

final String? step;