IMask not formatting the value as per given format
I am trying to format the text/value as per the pattern given in “mask”. In below example I have created FormattedInput and calling in from app.js as <FormattedInput mask="000-00-0000" initialValue="0987654321" />
which works as expected.