Björn Hansson

Results 2 comments of Björn Hansson

It would be great if this was doable.

Here is a working solution we're using at the moment, if there is an input, we use that value, if not we use textContent. ```js var content = val.getElementsByTagName('INPUT')[0] !==...