From d43e61704dadf55884a7fbe7c8b06d21e5186881 Mon Sep 17 00:00:00 2001 From: Eliezer Kanal Date: Thu, 28 Jan 2021 17:57:25 -0500 Subject: [PATCH] Clarify that dimmer.settings.closable is boolean The documentation simply states that `closable` has a default of `auto` but doesn't state what other values it can take; I had to [check the code](https://github.com/Semantic-Org/Semantic-UI/blob/master/src/definitions/modules/dimmer.js#L364) to see that it's actually a boolean with logic to account for an `auto` flag. This change updates the docs to reflect this more clearly. --- server/documents/modules/dimmer.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/documents/modules/dimmer.html.eco b/server/documents/modules/dimmer.html.eco index 15979cf565..c4b205e0c7 100755 --- a/server/documents/modules/dimmer.html.eco +++ b/server/documents/modules/dimmer.html.eco @@ -469,7 +469,7 @@ themes : ['Default'] closable auto - Whether clicking on the dimmer should hide the dimmer (Defaults to auto, closable only when settings.on is not hover + Whether clicking on the dimmer should hide the dimmer. (Defaults to auto, closable only when settings.on is not hover). Can also take values of true or false to allow or prevent click from dismissing the dimmer, respectively. on