Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Filterable: Placeholder on search input is overridden incorrectly #6355

Closed
globalmatt opened this issue Aug 19, 2013 · 1 comment
Closed

Comments

@globalmatt
Copy link

See: http://jsbin.com/ofuhaw/220/edit

The search input has a placeholder attribute with the value "New Placeholder".

  • Expected result: The placeholder attribute is not overridden. The search input shows the placeholder "New Placeholder".
  • Actual result: The placeholder attribute is overridden. The search input shows the placeholder "Filter items...".
@jaspermdegroot
Copy link
Contributor

@globalmatt

Thanks for reporting the issue. I agree that this is a bug. We should only set the placeholder if the framework generates the search input.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.