You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
informar a propriedade da seguinte maneira: p-orientation="vertical"
Qual o comportamento atual?
Ocorre um erro no componente: Type '"vertical"' is not assignable to type 'PoStepperOrientation'
Que comportamento você esperava ver?
Deixar o componente na posição vertical
Solucao do problema:
1 - Acessar o arquivo: po-stepper-base.component.d.ts
2 - Alterar as linhas:
set orientation(value: PoStepperOrientation);
Para:
set orientation(orientation: string);
Ambiente
PO UI:
Angular: 19.0.7
Browser(s):
[x ] Chrome
Firefox
Edge
Safari
IE 11
Outros
Operating System:
[x ] Windows
macOS
Ubuntu
Outros
Observações
Tempo de Resposta PO UI --> Em até 7 dias úteis.
Tempo de Retorno Solicitante --> 35 dias corridos
Issues sem retorno do solicitante por mais de 35 dias corridos serão encerradas.