vue2-timepicker icon indicating copy to clipboard operation
vue2-timepicker copied to clipboard

How to pass required attribute to input element?

Open problem9 opened this issue 3 years ago • 0 comments

I can't find way to pass attribute to input, like required.

i am using this plugin for time picking, but i am also using html5 validation for initial input validation. html5 validation pass, because inputs are not required and required is added to parent span

problem9 avatar Jan 21 '22 12:01 problem9