diff --git a/.changeset/long-zoos-unite.md b/.changeset/long-zoos-unite.md new file mode 100644 index 000000000..bb4316d7b --- /dev/null +++ b/.changeset/long-zoos-unite.md @@ -0,0 +1,9 @@ +--- +'@getodk/web-forms': minor +--- + +Support for numeric controls: + +- inputs with `int` and `decimal` types +- inputs with `appearance="numbers"` +- (all types) support for `appearance="thousands-sep"` diff --git a/.changeset/mighty-frogs-sleep.md b/.changeset/mighty-frogs-sleep.md new file mode 100644 index 000000000..45a6c66ab --- /dev/null +++ b/.changeset/mighty-frogs-sleep.md @@ -0,0 +1,5 @@ +--- +'@getodk/xforms-engine': minor +--- + +Support for decimal and int bind types (model values and inputs)