Input Mask Cannot Read Properties Of Null Reading Tostring

[Solved] Input Mask Cannot Read Properties Of Null Reading Tostring | Actionscript - Code Explorer | yomemimo.com
Question : input mask Cannot read properties of null (reading 'toString')

Answered by : hirohito

Inputmask('999.999.999.999.999', {	onBeforeMask: function (value, opts) {	if(null === value){	value= '*' }	return value;	}
}).mask('#input');

Source : | Last Update : Tue, 23 Nov 21

Answers related to input mask cannot read properties of null reading tostring

Code Explorer Popular Question For Actionscript