Skip to content
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

[WC-2868] add number filter linked datasource #1511

Open
wants to merge 1 commit into
base: WC2869-improved-filtering-date-time
Choose a base branch
from

Conversation

gjulivan
Copy link
Collaborator

Pull request type


Description

}

hidePropertyIn(defaultProperties, {} as { linkedDs: unknown }, "linkedDs");
Copy link
Collaborator

Choose a reason for hiding this comment

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

TODO: check if this is really needed, it should be either hidden by default so we don't have to do it, or the preview typings have to exposed by PWT.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Or let it be shown, as a reference to the user, it is not configurable anyways.

Comment on lines +60 to +61
format: v => v ?? "",
parse: v => ({ valid: true, value: v ?? "" })
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would expect this not to be enough for Big, as it has to do at least some formatting to string and back 🤔 .

@iobuhov iobuhov force-pushed the data-widgets-v3.0 branch from 6c2e818 to c525280 Compare April 4, 2025 12:08
@iobuhov iobuhov force-pushed the WC-2868-number-wide-filter branch from 100587c to 4072abe Compare April 4, 2025 12:16
@iobuhov iobuhov changed the base branch from data-widgets-v3.0 to WC2869-improved-filtering-date-time April 4, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants