v2.2.0 Generic type support
⚠️ When updating to v2.2.0 from v2.1.2, due to renaming Prefill as PreFill an unexcepted error may occur. You can uninstall and install PreFill to avoid that.⚠️
Uninstall & install through Package Manager Control
Uninstall-Package Prefill
Install-Package PreFill -Version 2.2.0
On this release;
-
Two methods are added.
PreFillCustom<T>(T value, int maxLength, string text = " ")andPreFilledCustom<T>(T value, int maxLength, string text = " ") -
maxNumberOfDigitrenamed asmaxDigitonPreFilledCustom(long?... string),PreFilledCustom(long?... char),PreFilledCustom(long... string),PreFilledCustom(long... char),PreFillCustom(long?... string),PreFillCustom(long?... char),PreFillCustom(long... string)andPreFillCustom(long... char)