-
Notifications
You must be signed in to change notification settings - Fork 159
ClickHouse Cloud Port Selector #8458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
checked measure dimension drodpown which is using select and no discernable differences
| label={property.displayName} | ||
| placeholder={property.placeholder} | ||
| optional={!property.required} | ||
| optional={property.required} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the original was correct? Shouldn't optional === !required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is port optional?
Id assume its required since we make them choose between two optinos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah looks like it effects both forms. will return it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, since the UI form errors with port is removed, i will consider it as "required" and remove the optional tag.
I dont want to add any additional changes to this PR, so if this is a bug, we can create a new PR to deal with it.

As discussed here
Checklist: