debezium/dbz#1859 add support for boolean and integer types in additi…#397
Open
KMohnishM wants to merge 1 commit into
Open
debezium/dbz#1859 add support for boolean and integer types in additi…#397KMohnishM wants to merge 1 commit into
KMohnishM wants to merge 1 commit into
Conversation
Member
|
@KMohnishM Thanks for your first contribution. Where we states with this? |
…onal configuration properties Signed-off-by: Mohnish <kmohnishm@gmail.com>
Author
|
Hi @mfvitale, I have just completed the following updates and force-pushed the branch:
All local builds, type-checks ( Thanks ! |
Member
|
@indraraj could you please take a look? |
Member
|
@KMohnishM, thanks for the contribution. Can you please also upload the screenshot for the UI changes? |
Author
|
Hi @indraraj, Sure! Here is a summary of the UI changes introduced in this PR: 1. Form Editor (Create/Edit Flow)
2. Read-Only Review Page
|
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.




…onal configuration properties
Fixes debezium/dbz#1859
Description
Here is a professional PR title and description for your changes:
Currently, additional configuration properties (those not defined in the static schema) are treated as strings by default, requiring users to enter values in a free-style text box. This PR updates the UI to allow users to explicitly select the value type—String, Boolean, or Integer—and provides type-safe input controls for each.
Key Changes
AdditionalPropertiesRowsto handle dynamic rendering of input controls based on the selected type.additionalConfigProperties.tsto correctly serialize values into actual JSON types (boolean/number) before API submission.splitSourceConfigForHydrationto automatically detect value types when loading existing configurations, ensuring the UI reflects the correct state.AdditionalProperties.test.tsxandsourceConfigSplit.test.tsto cover new type-safe flows.vite.config.tsto resolve intermittent timeouts in the development environment.How to Test
PR Checklist
main