Skip to content
This repository was archived by the owner on Aug 3, 2018. It is now read-only.
This repository was archived by the owner on Aug 3, 2018. It is now read-only.

input placeholder should be disabled if the original input is disabled #7

@knightq

Description

@knightq

If I have:

<input data-provide="tag" data-source="[\"a\",\"b\",\"c\"]" value="a,b" disabled="disabled"></input>

The right expected behaviour would be:

  • tag visible and well formatted (as span)
  • tag not deletable
  • new tags not insertable (the placeholder input added by bootstrap tag as next sibling of the input above should be disabled too).

Does it sounds?

In other words, tags modifiability should depend on original input modifiability.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions