eufemia icon indicating copy to clipboard operation
eufemia copied to clipboard

Improve docs or types of InputMasked

Open langz opened this issue 1 year ago • 0 comments

🐛 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

langz avatar Dec 20 '23 14:12 langz