Skip to content

Commit 4ce3df4

Browse files
committed
docs: Updated README with the ShowNoneElement parameter
1 parent 8a99387 commit 4ce3df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ public TypeReference productionType;
131131

132132
 
133133

134-
You can exclude **(None)** so that no one can choose it from the dropdown.
134+
You can hide the **(None)** element so that no one can choose it from the dropdown.
135135

136136
```csharp
137-
[TypeOptions(ExcludeNone = true)]
137+
[TypeOptions(ShowNoneElement = false)]
138138
public TypeReference greetingLogger;
139139
```
140140

0 commit comments

Comments
 (0)