GetValue
Get store value
getValue(): string
import TsNanoForm from "./nanoForm";
const formUser = TsNanoForm.getForm("user");
const { field } = formUser;
const { getValue } = field("name");
getValue();
Get store value
import TsNanoForm from "./nanoForm";
const formUser = TsNanoForm.getForm("user");
const { field } = formUser;
const { getValue } = field("name");
getValue();