Good day,
I have been trying to set some fields on the igEditor/igTextEditor to be password fields, however nothing I seem to do works. I've set the "textMode" property to "password", exactly as shown on the IgniteUI API website.
Is there something I am missing here?
Hello Eduard,
I'm glad that you've managed to resolve this issue according to my help. Currently there are no plans to add these functionality when wrap base element of type <input>.
Thank you for contacting us!
Hi Zdravko,
No thanks, I've been sorted, your solution worked fine.
Just as an aside, will it be fixed in future releases to have an input so that the password, multiline, etc can be set on the input?
Thanks,
Hello Eduard, I'm just checking do you need any further assistance on this matter.
Hello,
Thank you for using our forum!
It depends what is your base element. When the base element is an INPUT element, setting the textMode option to multiline/password/text/textarea is not supported.
This is Known Issue and you can check it here:
http://help.infragistics.com/Help/Doc/jQuery/2013.1/CLR4.0/html/igEditor_Known_Issues.html
My suggestion is to use div element. I have tried this approach, see the code below.
If you need more assistance do not hesitate to contact me!