-
f6bc406
oninput event not caught on some elementsThe oninput function in Form.tsx was updated to utilize 'getAttribute' for element name retrieval instead of 'name'. This enhances compatibility for HTML elements with no 'name' attribute but an input id.
1.4.0 (2023-09-13)
- Listen onchange event by default (ebe438d)
1.3.0 (2023-09-13)
- Re-add support for custom value properties in Form inputs (c3460e7)
- Reintroduced additional events handling (f16db76)
Released on August 17, 2023
-
97bd49e
β¨ Add support for additional form elementsThis commit adds the ability to include additional form elements using a selector. The 'additionalElementsSelector' property was added to the FormAttributes interface and used in 'oncreate'. Form elements not directly attached to the form but that match the selector are now included in 'formElements'. This was necessary to support forms that have input elements which are not direct children of the form.
2c4dc85
version bump to 1.2.5
-
5d53619
deps: β¬οΈ Update @types/mithril to version 2.0.13Updated the devDependency @types/mithril to version 2.0.13 in package.json and pnpm-lock.yaml. This was necessitated by the need to keep up with the latest changes and improvements in the Mithril type definitions. Ensuring the type definitions used in the project align with the current state of Mithril enhances type safety and improves developer experience.
Released on August 04, 2023
6aa9a24
Default to empty string when there isn't a value
bbc07e1
version bump to 1.2.4
Released on July 19, 2023
149cfa8
form: Fix streams not working
43998d2
version bump to 1.2.3
5f95620
Added dev command
Released on July 18, 2023
5559a0a
Fix latest form changes
Released on July 18, 2023
b2f6d0d
request: SendX-Requested-With
header
8ea3b42
version bump to 1.2.0
60446e9
component: Remove private from _attrs8b80549
deps: β¬οΈ Upgraded dependenciesa7cd65c
form: Take advantage of event bubbling
Released on May 15, 2023
77d87b2
β¨ Added preferred event and value prop
9adb6b9
form: Don't submit the form if there is already a submit button registered in the form
79c0c75
version bump to 1.1.3
bf4f3fc
Added examplee6d237e
βοΈ Improved typings4783f9b
deps: β¬οΈ Upgraded dependencies95d31b8
deps: Addedhttp-server
for running the example
Released on May 08, 2023
0bdc76b
form: Don't submit the form if there is already a submit button registered in the form
1cc0047
form: Check if value is equal to current one
ce7aa5f
version bump to 1.1.2
Released on May 04, 2023
6abbcba
version bump to 1.1.1
Released on April 25, 2023
-
69e4fd1
π·οΈ Removed types from package.jsonTypings weren't show correctly
Released on April 17, 2023
27e138e
Added missing export for Request