Page 1 of 1

Date Input Label

Posted: Wed May 30, 2012 8:01 pm
by Chris2656882

How do you change or remove the label for the Date Picker?

I do not see an option to change the "Date Input:" text. I cannot change it programmatically as it does not had an id, dsid, or class name.

Using $('input[for="classname"]').text('some value'); does not seem to work


Date Input Label

Posted: Wed May 30, 2012 9:36 pm
by maxkatz

We are going to remove the label, it shouldn't be part of the component. You will be able to use the regular Label or any other component.

For now, you need to select the date picker div and then find its child (label) and hide the element.

Image