Jump to content

Маска ввода с airDatapicker


steve07
 Share

Recommended Posts

Есть инпут, к которому привязан airDatapicker. При выборе даты в календаре маска заменяет выбранную дату. Как можно поправить эту проблему?

 

<div class="form-group required">
   <label class="col-sm-4 col-xs-12 control-label" for="input-date"><?php echo $entry_data; ?></label>
 	<div class="col-sm-8 col-xs-12">
		<input type="text" name="date" value="<?php echo $date; ?>" id="input-date" class="form-control datecalendar" />
		<div class="text-danger" id="error_date"></div>
    </div>
</div>

<script type="text/javascript">
    $(function(){
        $(".datecalendar").datepicker(
			{
				dateFormat: 'yyyy-mm-dd'
			}
		).mask('9999-99-99');
    });
</script>
Link to comment
Share on other sites

В 13.09.2023 в 11:01, AlexDW сказал:

убрать маску?

не, наоборот, чтобы и маска была для ручного ввода, а также с помощью календаря выбирали дату. Сейчас когда с календаря дату выбирают, она передается в инпут, но сразу меняется на маску (_ _ _ _-_ _-_ _)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...