Closed NickStafford2 closed 6 years ago
These props allow you to overwrite the default CSS classes from the component. They are not required though; if no value is provided the default classes will be applied.
in the docs you can find a description here:
:inputClass="your-css-class"
:buttonClass="your-other-css-class"
the component requires inputClass and ButtonClass. What are these suppose to do? They are not mentioned in the documentation.