hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

Name Attribute? #121

Open azimidev opened 7 years ago

azimidev commented 7 years ago

How do we add name attribute without using jQuery and manipulating component?

fastmover commented 7 years ago

This seems pretty necessary to me.

kinqsley commented 7 years ago

This is needed, without name attribute how could we get the input value from server-side?

waratah commented 7 years ago

use refs in vue for referencing an element.

azimidev commented 7 years ago

@waratah example?

waratah commented 7 years ago

Look it up in vue docunentation