Hello everyone,
So I’m having an issue that maybe I am overthinking about. I have data in my db table that represents a password. I passed a class to the column the data is sent to so that a -webkit-text-security would be used. Sadly, this only works inside chrome (IE, Firefox, etc show the text as is), because jqGrid (from my understanding) creates the input type as “text” and other browsers do not allow text security on “text” fields. Here is a JSfiddle of what I mean: https://jsfiddle.net/estelle/8WpNg/
My question: Is there a way to set a cell/column to have an input type set to “password”?
PS: I am aware of edittype: password. This only affects the data when editing the cell, but once the cell is not selected, it will just show the data as normal.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top