Steps component not working

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
rohit-nyllabs
Posts: 1
Joined: 04 Oct 2016, 21:54

14 Nov 2016, 21:26

I tried the new Steps component in Ultima which came in the recent update and looks like it's not working as expected.Here is a screenshot of how it looks like https://www.dropbox.com/s/iixq9mcqovh9m ... 1%20PM.png.

I used the same code which is used in the primeng docs.Is anyone else facing the same issue ?

Dmitry Kulagin
Posts: 1
Joined: 22 Feb 2016, 12:06

25 Nov 2016, 22:18

I have the same problem. Anybody can help us?

willem.sevenster
Posts: 4
Joined: 26 Nov 2016, 10:47

28 Nov 2016, 05:05

I'm having the same issue.

willem.sevenster
Posts: 4
Joined: 26 Nov 2016, 10:47

28 Nov 2016, 05:22

I have the same problem.

willem.sevenster
Posts: 4
Joined: 26 Nov 2016, 10:47

28 Nov 2016, 05:47

I got around the issue with a temporary fix:

Add the styles property to the @Component attribute as follows (I have 5 steps - change the width % to (100 / number of steps))

Note the use of the :host /deep/ special selectors (Angular 2 specific)

Code: Select all

@Component({
    selector: "my-component",
    styles: [`
        :host /deep/ .ui-steps .ui-steps-item {
            width: 20%;
        }
    `],
    templateUrl: "./templates/my-component.component.html"
})
Hope this helps.

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

28 Nov 2016, 09:31

I will review it get back to you.

Washu
Posts: 16
Joined: 18 Jan 2017, 12:43

10 May 2017, 11:20

Hi,
I'm having the same issue.

Have you new information about it. Would it be fixed in a later Version?

Yours sincerely
Washu

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

11 May 2017, 14:04

Hi,

Is there any problem with the latest version? This is how it looks locally.

http://pasteboard.co/4YCanblI3.png

Regards

Washu
Posts: 16
Joined: 18 Jan 2017, 12:43

15 May 2017, 16:34

Hi,
i have the problem that the width between the steps not will be set in the css.
How to see here:
https://sites.google.com/site/hosterbil ... /Steps.png

I work with the ultima Version: 2.1.0

The fix from "willem.sevenster" works fine but i hope that will be intergrate in later versions, so that i don't need to set this one every step component.

Regards

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

16 May 2017, 10:40

Hi,

I will investigate this and take a look at Willem's solution.

Regards

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 13 guests