Mise à jour
This commit is contained in:
10
resources/views/components/form/percent.blade.php
Normal file
10
resources/views/components/form/percent.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="input-group">
|
||||
|
||||
@include('components.input', ['type' => 'number', 'meta' => "step = '.01'"])
|
||||
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-outline-secondary" type="button" aria-haspopup="true" aria-expanded="false">
|
||||
%
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user