vitalets / combodate

Dropdown date and time picker
http://vitalets.github.com/combodate
207 stars 82 forks source link

Change the 'empty' text when no date is assigned #14

Closed rogergithubbing closed 10 years ago

rogergithubbing commented 10 years ago

Hello,

I have a combodate with the initial value set to null, and the combodate is showing 'Empty' in Italic+red.

I would like to change this text to show 'Without date specified' with a black font.

How can I achieve this ?

Thanks in advance,

Roger

vitalets commented 10 years ago

hi, @rogertranchez your question is more about x-editable, but nyway you should just use emptytext parameter Please checkout this fiddle: http://jsfiddle.net/xBB5x/2907/

and close this issue if everything fine. thx!

rogergithubbing commented 10 years ago

Thanks a lot, it worked !