<input
type="datetime-local"
name="auction"
value={state
onChange={handleInputs}
step={900}
/>
i am using step attribute to show 15 minute time interval it is working fine when i enter with keyboard
what i want is can we show the time difference in ui also?
i tried step attribute is there any other way i can show 15 minute time interval