lib/druid/elements/text_field.rb in druid-ts-1.2.4 vs lib/druid/elements/text_field.rb in druid-ts-1.2.5

- old
+ new

@@ -1,15 +1,8 @@ module Druid module Elements class TextField < Element - # - # Set the value of the TextField - # - def value=(new_value) - element.set(new_value) - end - end Druid::Elements.type_to_class[:text] = Druid::Elements::TextField Druid::Elements.type_to_class[:password] = Druid::Elements::TextField