EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: samuelzhu001 on February 04, 2020, 09:11:17 AM



Title: how to apply datebox to <input type='date' />?
Post by: samuelzhu001 on February 04, 2020, 09:11:17 AM
 Applying  datebox to <input type='date' />  can not completely override built-in appearance, how to fix it?


Title: Re: how to apply datebox to <input type='date' />?
Post by: jarry on February 06, 2020, 04:08:24 AM
You can remove the 'type' attribute value before creating the datebox component.
Code:
$('#date').attr('type','').datebox()


Title: Re: how to apply datebox to <input type='date' />?
Post by: samuelzhu001 on April 16, 2020, 11:05:39 AM
ok. wonderful idea.