vuetify-datetime-picker icon indicating copy to clipboard operation
vuetify-datetime-picker copied to clipboard

How to add class for datetime picker ?

Open golubvladimir opened this issue 4 years ago • 1 comments

How to add class by option ?

                  <v-datetime-picker
                    ...
                    class="errors-filter__dateStart mt-0 pt-0 mr-2"
                    ...
                  />

It is't working.

golubvladimir avatar Mar 06 '20 09:03 golubvladimir

In props textFieldProps

4KDA avatar Apr 22 '20 13:04 4KDA