Components

NewProductForm

<NewProductForm onClose data itsEditable />

Constructor

# <NewProductForm onClose data itsEditable />

Componente con formulario para la carga de productos

PropTypes:
Name Type Required Description Default
onClose func Yes
data object No
itsEditable bool No false
Author:
  • Braian D. Vaylet

View Source components/_organisms/NewProductForm/index.js, line 20

Methods

# inner handleArray(value) → {array}

handleArray

Parameters:
Name Type Description
value string

View Source components/_organisms/NewProductForm/index.js, line 71

array

# async inner handleSubmit()

guarda un producto en la bd

View Source components/_organisms/NewProductForm/index.js, line 78