Skip to content

Create hideIf(condition) - #467

Merged
devnatan merged 4 commits into
mainfrom
feat/hide-if
Sep 13, 2023
Merged

Create hideIf(condition)#467
devnatan merged 4 commits into
mainfrom
feat/hide-if

Conversation

@devnatan

@devnatan devnatan commented Sep 13, 2023

Copy link
Copy Markdown
Owner

Allow usage of inverted should display condition. Hides component when satisfied.

Before displayIf(ctx -> !hideClockState.get(ctx))
After hideIf(hideClockState::get)

@devnatan devnatan added the feature New feature or enchancement label Sep 13, 2023
@devnatan devnatan added this to the Release v3.0.0-rc.3 milestone Sep 13, 2023
@devnatan devnatan self-assigned this Sep 13, 2023
@devnatan devnatan changed the title Create notDisplayIf(condition) (opposite of displayIf(condition)) Create hideIf(condition) Sep 13, 2023
@devnatan
devnatan merged commit 96a2058 into main Sep 13, 2023
@devnatan
devnatan deleted the feat/hide-if branch September 13, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or enchancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant