eufemia
eufemia copied to clipboard
Improve docs or types of InputMasked
🐛 Bug Report
As of now, all the properties of InputMasked is optional, so I would assume that using <InputMasked />
without any props, would result in a default working version of the InputMasked
component. But when just doing <InputMasked />
, the result I get can't be used for anything? 🤔 Or at least, I'm not able to enter any data in the input field, etc.
To Reproduce
https://codesandbox.io/p/sandbox/gallant-bird-p2lhdf?file=%2Fsrc%2FApp.tsx%3A1%2C30