feat: add input group prepend component.

This commit is contained in:
Ahmed Bouhuolia
2020-11-19 11:43:53 +02:00
parent e7f88d5786
commit b9e61461ae
7 changed files with 95 additions and 44 deletions

View File

@@ -37,7 +37,7 @@ const defaultInitialValues = {
inventory_account_id: '',
category_id: '',
note: '',
sellable: true,
sellable: 1,
purchasable: true,
};