We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Product Form Information Component that can be reused in Add and Update Product !
Component include name, type, materials, quantities, release day, action props
Type of props -- name: string -- type: string -- materials: string -- quantities: { size: string, color: string, quantity: number } [ ] -- release day: date -- action: 'Edit' | 'Submit'
Validation: -- name: Not Empty -- material: Not Empty -- quantities : Number, Not Empty, Bigger than zero -- release day: Not Empty, Not in the past
Here is UI of Form:
The text was updated successfully, but these errors were encountered:
bentran1vn
No branches or pull requests
Create a Product Form Information Component that can be reused in Add and Update Product !
Component include name, type, materials, quantities, release day, action props
Type of props
-- name: string
-- type: string
-- materials: string
-- quantities: { size: string, color: string, quantity: number } [ ]
-- release day: date
-- action: 'Edit' | 'Submit'
Validation:
-- name: Not Empty
-- material: Not Empty
-- quantities : Number, Not Empty, Bigger than zero
-- release day: Not Empty, Not in the past
Here is UI of Form:
The text was updated successfully, but these errors were encountered: