Skip to content

PlantIdentification

View source on GitHub

This component renders a form to input and manage data related to plant material used in distillation, including plant name and part. *

Props

NameTypeRequiredDescription
isFormValidbooleanyesIndicates if the form is valid.
wasSubmittedbooleanyesIndicates if the form was submitted.

Exposed Methods

setValue()

Dispatches an action to the Vuex store to set a specific value.

Parameters:

  • currentValue (string): The current value to be set.
  • input (string): The input field name.