htmlapi-client-python
htmlapi-client-python copied to clipboard
Support fuller subset of form inputs
Right now, the client only supports <input> and doesn't handle <select> or <textarea>. Handling of <input> may also only be handling text or hidden correctly and is probably not doing checkbox or radio correctly.