inline-text input component
About
The currency-input
is a form input component for currency values.
Example
Tne currency-input
input component is usually used together with form-row
.
<x-coreui::input-row
:label="trans('bc-events-presentation::product-bundle.pages.create.sections.default_product.labels.net_price')"
required
horizontal
>
<x-coreui::in.currency
name="product[net_price]"
/>
</x-coreui::input-row>
The above example code looks like this: