From d4641ad98357d3c0caee74f35d61bb4279e60f4a Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Thu, 25 May 2023 10:57:27 +0200 Subject: [PATCH] feat(core): add ability to transform input values According to the HTML specification most attributes are defined as strings, however some can be interpreted as different types like booleans or numbers. [In the HTML standard](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes), boolean attributes are considered `true` if they are present on a DOM node and `false` if they are omitted. Common examples of boolean attributes are `disabled` on interactive elements like `