Skip to content

Commit b560298

Browse files
committed
Added the prop to the textfield api
1 parent 41da913 commit b560298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/incubator/TextField/textField.api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
"type": "boolean",
116116
"description": "A UI preset for read only state"
117117
},
118-
{"name": "recorderTag", "type": "'mask' | 'unmask'", "description": "Recorder Tag"}
118+
{"name": "recorderTag", "type": "'mask' | 'unmask'", "description": "Recorder Tag"},
119+
{"name": "showMandatoryIndication", "type": "boolean", "description": "Whether this field should show a mandatory field indication"}
119120
],
120121
"snippet": [
121122
"<TextField",

0 commit comments

Comments
 (0)