# File lib/celerity/elements/text_field.rb, line 49 def value=(value) assert_enabled assert_not_readonly clear insert_string value.to_s value end