Skip to content

Remove text input by click #313

@hrumhrumble

Description

@hrumhrumble

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions