alireza-ab / vue-persian-datepicker

A datepicker component for select Persian date
https://alireza-ab.ir/datepicker
MIT License
44 stars 9 forks source link

custom attributes #22

Closed m-fazel closed 1 year ago

m-fazel commented 1 year ago

Hi Is there any way to add some attributes to input which made by datepicker?

m-fazel commented 1 year ago

سلام راهی برای اضافه کردن attributes به اینپوتی که توسط datepicker ساخته میشه وجود داره؟

alireza-ab commented 1 year ago

Hi @mrmfamin Please read this: https://alireza-ab.ir/datepicker/attributes#

m-fazel commented 1 year ago

Thanks But I need custom attributes like data-x to add on input! How can i do this?

alireza-ab commented 1 year ago

Just add it.

<date-picker data-x="test" />
// or
<date-picker input-data-x="test" />