chess/resources/views/components/form/month.blade.php

7 lines
315 B
PHP
Raw Normal View History

2024-08-29 03:56:32 +00:00
<div class="form-group">
<label>{{ $title }}</label>
<div id="block_{{$id}}">
<input onkeydown="event.preventDefault()" autocomplete="off" type="text" value="{{ $value }}" name="{{ $id }}" id="{{ $id }}" class="form-control form-control-solid {{ $classAdd ?? '' }} monthFormat" />
</div>
</div>