placeholder not working on Chips component

UI Components for React
Post Reply
rodriguezc
Posts: 5
Joined: 03 Jul 2012, 11:28
Location: Switzerland

15 Mar 2018, 13:10

Hi,
The placeholder is not displayed:
https://embed.plnkr.co/niLiUni8opvojTEbKkk2/

Code: Select all

    <Chips value={this.state.chips1Values} placeholder="test" />
And Chips is also not working with ultima md-inputfield. :

Code: Select all

 <span className="md-inputfield">
     <Chips />
     <label>placeholder</label>
</span>
--> The label doesn't go up. It stay over the Chips component.

Workaround with ultima:

Code: Select all

<div className="ui-g-12 ui-lg-4">
  <span className="md-inputfield">
     <Chips />
      <label style={{ marginTop: "-15px" }}>test</label>
  </span>
 </div>
Thank you.

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

05 Apr 2018, 07:44

We fixed placeholder problem for PrimerReact 1.5.1 and we will fix ultima problem for next release.

Post Reply

Return to “PrimeReact”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests