steve07 Posted September 13, 2023 at 05:35 AM Share Posted September 13, 2023 at 05:35 AM Есть инпут, к которому привязан 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> 0 Quote Link to comment Share on other sites More sharing options...
AlexDW Posted September 13, 2023 at 06:01 AM Share Posted September 13, 2023 at 06:01 AM убрать маску? 0 Quote модули для удобной работы с Opencart Link to comment Share on other sites More sharing options...
steve07 Posted September 13, 2023 at 08:02 AM Author Share Posted September 13, 2023 at 08:02 AM В 13.09.2023 в 11:01, AlexDW сказал: убрать маску? не, наоборот, чтобы и маска была для ручного ввода, а также с помощью календаря выбирали дату. Сейчас когда с календаря дату выбирают, она передается в инпут, но сразу меняется на маску (_ _ _ _-_ _-_ _) 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.