dropdown label animation

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
maipucino
Posts: 112
Joined: 19 Apr 2010, 22:04

17 Nov 2016, 15:48

Hi,

I am posting again this here because previous post was included in Ultima - Primefaces, still unanswered. (http://forum.primefaces.org/viewtopic.php?f=42&t=47629)

I saw that p-calendar and p-autocomplete label animation works as expected in 1.0.3 but still can't make it work in p-dropdown. Label is fixed and partially overwrite first option.

For instance, in this case label

Code: Select all

<div class="ui-g-6 ui-md-6">
    <span class="md-inputfield">
        <p-dropdown [options]="cities" formControlName="ciudad"></p-dropdown>
        <label>City</label>
    </span>
</div>
options are :

Code: Select all

    this.cities = [];
    this.cities.push({ label: 'New York', value: { id: 1, name: 'New York', code: 'NY' } });
    this.cities.push({ label: 'Rome', value: { id: 2, name: 'Rome', code: 'RM' } });
    this.cities.push({ label: 'London', value: { id: 3, name: 'London', code: 'LDN' } });
    this.cities.push({ label: 'Istanbul', value: { id: 4, name: 'Istanbul', code: 'IST' } });
    this.cities.push({ label: 'Paris', value: { id: 5, name: 'Paris', code: 'PRS' } });
Any workaround for this ?.

Regards,
Diego.

User avatar
DarthMaul
Posts: 582
Joined: 23 Nov 2015, 21:20

18 Nov 2016, 09:21

Hi Diego,

Dropdown label animations are working fine on live demo.

http://www.primefaces.org/ultima-ng/#/sample

I couldn't replicate your problem.

maipucino
Posts: 112
Joined: 19 Apr 2010, 22:04

21 Nov 2016, 19:41

Humm, I don't see any dropdown label animation on live demo. Could you give me more details to find it ?

Regards,
Diego.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

21 Nov 2016, 21:00

Label animations are supported by form components with input texts at the moment, not supported by dropdown as it is quite different. Once we find a day, we'll include it in next version.

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 23 guests