pgbrowser icon indicating copy to clipboard operation
pgbrowser copied to clipboard

PGForm fields attribute does not include textareas

Open wlcx opened this issue 9 years ago • 1 comments

The attribute fields on PGForm does not include the contents of any <textarea>s. A quick look at the source reveals the following: foreach($this->page->xpath->query('.//input|.//select', $this->dom) as $input){) So, looks like quite an easy fix.

wlcx avatar Sep 13 '16 13:09 wlcx

I just pushed a fix for this (hopefully)

monkeysuffrage avatar Sep 14 '16 06:09 monkeysuffrage