Thijs Louisse
Thijs Louisse
Adds test for windows to make sure regexes for --target-dependencies work correctly
closes https://github.com/ing-bank/lion/issues/1471 TODO: - clean up and fix "removed" use case as well
Just a poc branch for https://github.com/ing-bank/lion/issues/194 Feel free to implement differently It does: - based on date boundaries of current view, makes disabled dates navigable - keep buttons for enabled...
https://github.com/ing-bank/lion/blob/master/packages/localize/types/LocalizeMixinTypes.d.ts#L33 See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat (apparently this info got lost in TS 4.5)
## Expected behavior When I import an external .md, I would expect it to work without having knowledge about its internals and/or having to do manual work on top. ##...
Awesome-phonenumber should give back info about 'too-long'|'too-short'|'invalid-country-code', but it doesn't... See: https://github.com/ing-bank/lion/blob/master/packages/input-tel/src/validators.js#L29
Practical example: `input-tel` gets a modelValue in non e164 format. It should reject it, just like `input[type=date]` would reject a Date object or non iso string as `.value` This should...
## Expected behavior All concepts and output structures are typed ## Actual Behavior Types are currently disabled; for complex structures they would improve DX
For a side project I need to be notified when new FormControls are added to the form. Created this functionality in an extension layer, but it should be part of...