Page 1 of 1

placeholder not working on Chips component

Posted: 15 Mar 2018, 13:10
by rodriguezc
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.

Re: placeholder not working on Chips component

Posted: 05 Apr 2018, 07:44
by merve7
We fixed placeholder problem for PrimerReact 1.5.1 and we will fix ultima problem for next release.