Skip to content

Commit

Permalink
Add documentation comment to Readme (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Feb 1, 2022
1 parent f3ef384 commit 8b71fb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@ as `Condition` conforms to `ExpressibleByBooleanLiteral`.

Not setting the `hidden` variable will leave the row always visible.

If you manually set the hidden (or disabled) condition after the form has been displayed you may have to call `row.evaluateHidden()` to force Eureka to reevaluate the new condition.
See [this FAQ section](https://github.com/xmartlabs/Eureka#row-does-not-update-after-changing-hidden-or-disabled-condition) for more info.

##### Sections
For sections this works just the same. That means we can set up section `hidden` property to show/hide it dynamically.

Expand Down

0 comments on commit 8b71fb2

Please sign in to comment.