JackAdams / meteor-editable-text

Drop-in editable text widget for meteor

Home Page:http://editable-text-demo.taonova.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input class not working

mistakenelf opened this issue · comments

I'm using MaterializeCSS and want to use the datepicker class on an editable text input but when setting the inputClass="datepicker" nothing happens. I have the javascript already included for the datepicker to work but it seems the inputClass is not working.

{{> editableText collection="users" field="profile.birthday" acceptEmpty=true inputClass="datepicker" type="date"}}