IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String in the inputMask becomes visible after focus leaves

ymita opened this issue · comments

Description

Describe the issue.

  • ignite-ui version: 18.2 and 19.1
  • browser: n/a

Steps to reproduce

  1. Go to https://www.igniteui.com/editors/mask-editor
  2. Set focus on and leave from editors

Result

String contained in the inputMask becomes visible.

Expected result

String contained in the inputMask is invisible if the value is invalid and revert back to empty.

Attachments

inputMask behavior

Note

With the 18.1(18.1.152) version, igMaskEditor behaves as expected.

It seems the regression is caused by the fix for #1853