Return a NodeSet containing all form controls belonging to this form element.
57 58 59
# File 'opal/browser/dom/element/form.rb', line 57 def controls NodeSet[Native::Array.new(`#@native.elements`)] end