Ervin Sabic
Ervin Sabic
I am currently using skeleton css in my app. How hard would it be for me to make a switch? Would it be faster? Thanks!
I am creating a number input that formats as the user types for https://github.com/CrowdStrike/ember-headless-form. The component on my own branch - https://github.com/ErvinSabic/ember-headless-form/blob/main/packages/ember-headless-form/src/-private/components/control/local-number.gts I wrote the following test: ```ts test("multiple decimals...
This PR Consists of a input that supports the majority of the options offered by [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat) by specifying your locale and the options you would like to use. The majority...
Used some of @simonihmig 's suggestions along with accounted for NaN or blank values defaulting to zero.
This PR works to resolve some of the failing embroiderer tests. It is mentioned in this comment here - https://github.com/CrowdStrike/ember-headless-form/pull/540#issuecomment-2592727387