class Playbook::PbTextInput::TextInput

def error_class

def error_class
  error ? " error" : ""
end