# ----------------------------------------------------------------------------- # INPUT STRING # ----------------------------------------------------------------------------- class @InputString constructor: (@name, @value, @config, @object) -> @_createEl() @_addLabel() @_addInput() @_addPlaceholder() return this _createEl: -> @$el =$ "