@acanto/core-forms
Advanced tools
Comparing version 0.0.41 to 0.0.42
@@ -16,3 +16,3 @@ import ajax from "@acanto/core-ajax"; | ||
type FormsBaseOptions = { | ||
export type FormsBaseOptions = { | ||
/** If undefined the `<form action="...">` value will be used appending a `/ajax` suffix to the URL */ | ||
@@ -19,0 +19,0 @@ endpoint?: string; |
@@ -54,3 +54,3 @@ import "@acanto/core-polyfills/closest"; | ||
* | ||
* The only special value retrieval is for `radio` inputs, @see https://stackoverflow.com/q/9618504/1938970 | ||
* The only special value set is for `radio` inputs, @see https://stackoverflow.com/q/9618504/1938970 | ||
*/ | ||
@@ -57,0 +57,0 @@ export function setFormElementValue( |
{ | ||
"name": "@acanto/core-forms", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"author": "Acanto <info@acanto.net> (https://acanto.agency/)", | ||
@@ -31,3 +31,3 @@ "license": "ISC", | ||
], | ||
"gitHead": "2536ecbe7b605fbc03d756d93d67dbccdcb52902" | ||
"gitHead": "65d3acd9ef64d963bed7ad79144537c051a4bdf7" | ||
} |
Sorry, the diff of this file is not supported yet
111938