Skip to content

v0.9.0

Choose a tag to compare

@edemaine edemaine released this 08 Oct 16:10
· 7 commits to main since this release
  • Support for <select> and <option>s as inputs (#5)
    • <select multiple> get array values, while single <select>s get a single value
    • addInputs() adds all <select>s by default (in addition to all <input>s and <textarea>s)
  • Breaking API change: getInputValue, getInputDefaultValue, and setInputValue all now take input objects, instead of DOM objects.

Full Changelog: v0.8.1...v0.9.0