-
Notifications
You must be signed in to change notification settings - Fork 747
Signpost doesn't work in new Forms #2922
Comments
|
As @hippee-lee said, currently it's not expected that a signpost will be projected. |
Would be helpful if the signpost is supported in the input containers. Not sure if it's ux legit but i'm using the following workaround:
https://stackblitz.com/edit/clarity-light-theme-v1-0-3u9fms?file=src%2Fapp%2Fapp.component.html |
@RobArbor Yes that makes sense because the signpost is inside of the The issue here is our structure doesn't support a dedicated place for a signpost so you'll need to put it inside of the label or helper text areas. |
Almost perfect, but when multiple clr-input-container's are in a row, the one with a signpost is misaligned :( |
Hi there 👋, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary. |
Describe the bug
When adding a Signpost component inside a directive the Signpost does NOT display in the rendered output. If I add the Signpost outside of the directive it does display but on a separate line.
How to reproduce
See https://stackblitz.com/edit/clarity-light-theme-v1-0-sbkaxq for an example.
Please provide a link to a reproduction scenario using one of the Clarity Stackblitz templates. Reports without a clear reproduction may not be prioritized until one is provided.
Steps to reproduce the behavior:
Expected behavior
Signpost should display to the right of the input field.
Versions
App
Device:
Additional notes
Add any other notes about the problem here.
The text was updated successfully, but these errors were encountered: