Skip to content

ResultsDescriptions

View source on GitHub

This component renders text areas for entering descriptions related to distillation results, including oil and hydrosol descriptions. *

Props

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

Exposed Methods

setValue()

Sets a value in the Vuex store for a given input field.

Parameters:

  • value (string): The value to set.
  • id (string): The input field identifier.