-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the exercise prompts for 5.1 and 5.2. Fixes #62.
- Loading branch information
1 parent
0b357fc
commit 7dd337a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Add a `ui.input_action_button` and a `@reactive.event` decorator to make app only update when the button is clicked. | ||
Add a `ui.input_action_button` and a `@reactive.event` decorator to make the app only update when the button is clicked. |
2 changes: 1 addition & 1 deletion
2
apps/problem-sets/5-reactive-effects/5.2-reactive-effect/README
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Use `render.express` to create a second dropdown which only contains the unique `sub_account` values of the filtered data. | ||
Add a `ui.input_action_button` and a `@reactive.event` decorator to make a button that, when clicked, resets the slider to its initial values. |