vue-datepicker
vue-datepicker copied to clipboard
Name Attribute?
How do we add name attribute without using jQuery and manipulating component?
This seems pretty necessary to me.
This is needed, without name attribute how could we get the input value from server-side?
use refs in vue for referencing an element.
@waratah example?
Look it up in vue docunentation