Angularjs date input allowing null input -
New to fingerlings
I have read the date input document here: This model (
However, in my application, I want to display a date input field which is initially blank (except for placeholder prompts) if the user chooses not to enter a date, then this is a Acceptable situation.
I understand that Javas The crypt date object always describes some dates so the date is input, because it is bound to the model, always will display some dates and if the user displays the date input or left I do not want to do this. I think the only solution is to use a text editing field that can be empty or a date And then I have to parse the user input somehow but this will not be a good date picker. Any suggestions on how to solve this problem?
Comments
Post a Comment