# File lib/celerity/elements/text_field.rb, line 16 def visible? assert_exists type == 'hidden' ? false : super end