Skip to content

Version 1.6.1

Compare
Choose a tag to compare
@rsimon rsimon released this 07 Dec 11:29
· 46 commits to main since this release

Behavior/feature additions

  • Read-only mode can now be changed without re-initializing RecogitoJS (#54), through the .readOnly instance property. E.g.:
r.readOnly = !r.readOnly;
  • Added disableSelect instance field to (temporarily) disable selection
  • Addes allowEmpty init property