fix(ArrayBase): align items first baseline#336
Merged
vladimir-kuba merged 3 commits intomainfrom Dec 2, 2025
Merged
Conversation
Fixes transparent remove button positioning relative to text input when error wrapper error text is visible
Contributor
|
Preview is ready. |
Contributor
Author
|
This is is reproducable in editor: https://preview.gravity-ui.com/dynamic-forms/?path=/story/other-editor--editor This was reproduced in my browser # browser://version
Yandex: 140.0.7339.2546 (arm64)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 YaBrowser/25.10.0.0 Safari/537.36
# About Yandex
Version 25.10.0.2546 (64-bit)
Yandex Browser is up to dateReproduction spec: {
"type": "array",
"defaultValue": [
"$.#"
],
"items": {
"type": "string",
"pattern": "^[-_a-zA-Z0-9/.]+$",
"viewSpec": {
"type": "base",
"layout": "row",
"layoutTitle": "Element"
}
},
"viewSpec": {
"type": "base",
"layout": "row",
"layoutTitle": "Elements",
"layoutOpen": true
}
}Actual behavior
Expected behavior
|
Contributor
|
Playwright Test Component is ready. |
bocembocem
approved these changes
Dec 2, 2025
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.


Fixes transparent remove button positioning relative to text input
when error wrapper error text is visible