fix(components/ag-grid): lookup cell editor should not stop editing when adding a new record#4086
Merged
johnhwhite merged 3 commits intomainfrom Nov 17, 2025
Merged
Conversation
…hen adding a new record
|
View your CI Pipeline Execution ↗ for commit 93967bf
☁️ Nx Cloud last updated this comment at |
Collaborator
|
Component Storybooks: Apps: |
…handling * origin/main: chore(apps/playground): add autonumeric playground (#4088) chore: release 13.8.2 (#4087) fix(components/layout): use correct background and border for toolbar view actions (#4083) fix(components/lookup): use correct mobile search background color, collapse button size (#4085)
Blackbaud-ErikaMcVey
approved these changes
Nov 17, 2025
Merged
johnhwhite
added a commit
that referenced
this pull request
Nov 24, 2025
* main: fix(components/theme): fix default semantic header styling (#4093) feat(components/packages): create schematic to convert SKY UX projects to use standalone components (#4082) docs(components/modals): update `wrapperClass` description (#4090) fix(components/tabs): tab dropdown close button is on the right in modern theme (#4073) fix(components/ag-grid): lookup cell editor should not stop editing when adding a new record (#4086) chore(apps/playground): add autonumeric playground (#4088) chore: release 13.8.2 (#4087) fix(components/layout): use correct background and border for toolbar view actions (#4083) fix(components/lookup): use correct mobile search background color, collapse button size (#4085) chore: release 13.8.1 (#4081) docs(components/ag-grid): lookup properties call out `wrapperClass` requirements for `addClick` (#4084) fix: remove redundant header classes (#4071) fix(components/lookup): clicking selection modal label area selects item (#4074) fix(components/tiles): use same heading size for tile title and summary (#4077) chore: release 13.8.0 (#4079)
johnhwhite
pushed a commit
that referenced
this pull request
Dec 1, 2025
# [13.9.0](13.8.2...13.9.0) (2025-12-01) ### Bug Fixes * **components/ag-grid:** lookup cell editor should not stop editing when adding a new record ([#4086](#4086)) ([cbd547b](cbd547b)), closes [AB#3619682](https://github.com/AB/issues/3619682) * **components/filter-bar:** add top border styling for filter bar in data manager ([#4094](#4094)) ([7bdc781](7bdc781)) * **components/tabs:** tab dropdown close button is on the right in modern theme ([#4073](#4073)) ([d7deacb](d7deacb)), closes [AB#3614210](https://github.com/AB/issues/3614210) * **components/theme:** fix default semantic header styling ([#4093](#4093)) ([8591069](8591069)), closes [AB#3618574](https://github.com/AB/issues/3618574) ### Features * **components/packages:** create schematic to convert SKY UX projects to use standalone components ([#4082](#4082)) ([9c1b329](9c1b329)), closes [AB#3603880](https://github.com/AB/issues/3603880)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AB#3619682