input-form-output

1.2.2 • Public • Published

Notice

Not sure why arrow function is not working, we just use a normal function

Usage

  1. Create a hook for to the component, use it outside of the form.
this.dimensionRef = React.createRef();
  1. Then in the import file function
this.dimensionRef.current.getWrappedInstance().onImport(message.file.input.dimension[0]);
  1. In the finish function
this.dimensionRef.current.getWrappedInstance().onFinish();
  1. You can use "nofrequency" to indicate whether an output frequency input is necessay

/input-form-output/

    Package Sidebar

    Install

    npm i input-form-output

    Weekly Downloads

    1

    Version

    1.2.2

    License

    ISC

    Unpacked Size

    738 kB

    Total Files

    8

    Last publish

    Collaborators

    • billcxx