Replies: 1 comment
-
|
Closing. Had few styles that cause this problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to implement a search bar with navigation controls inside p-iconfield. After adding a clear button at the end, I'm unable to also add arrow icons (e.g., up/down) to navigate between findings in the main content view. When more than one trailing icon is added, they get pushed outside the input boundaries, which shouldn't be the case.
Expected behavior: p-iconfield should support multiple trailing icons (e.g., navigation arrows + a clear button) without them overflowing outside the input.
Actual situation:

Use case: A search field with "previous/next match" arrows and a clear button, similar to the find bar in VS Code or Chrome.
Nice to have: It would also be great if p-iconfield supported embedding a small text indicator (e.g., "5 of 20") to show the current match index and total count — similar to how browser find bars display it inline.
Beta Was this translation helpful? Give feedback.
All reactions