Skip to content

add(select-inputs): add popup header to select input containers#101

Merged
AdityaKhatri merged 1 commit intodevelopfrom
fix/add-popup-header
Feb 25, 2026
Merged

add(select-inputs): add popup header to select input containers#101
AdityaKhatri merged 1 commit intodevelopfrom
fix/add-popup-header

Conversation

@subinasr
Copy link
Contributor

Changes

  • Add a popup header section in Select Input container

This PR doesn't introduce any:

  • temporary files, auto-generated files or secret keys
  • build works
  • eslint issues
  • typescript issues
  • console.log meant for debugging
  • typos
  • unwanted comments

This PR contains valid:

  • UI changes

optionsPopupContentClassName,
)}
>
<div className={_cs(styles.popupHeader, popupHeaderClassName)}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div className={_cs(styles.popupHeader, popupHeaderClassName)}>
{popupHeader &&
<div className={_cs(styles.popupHeader, popupHeaderClassName)}>

@subinasr subinasr force-pushed the fix/add-popup-header branch from bcda352 to 2a79e00 Compare February 25, 2026 10:05
@AdityaKhatri AdityaKhatri merged commit 687055a into develop Feb 25, 2026
3 of 5 checks passed
@AdityaKhatri AdityaKhatri deleted the fix/add-popup-header branch February 25, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants