Hello!
How i can remove text in input field by click?
I try remove this text

with jquery code
  $('.selectize-control').on 'click', ->
    $(this).find('.item').remove().siblings('input').css({
      'position': 'relative'
      'left': '0'
      })
, but nothing to achieve (
Help me please