1.5.0 • Published 3 years ago

input-form-structure v1.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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 control the title name by "title" props
  2. Use getSelectSourceType to get the selected source type
  3. Use the prop handleSourceTypeChanged to let parent component get the source type value.
1.2.0

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago