Skip to content

Commit 4e95533

Browse files
authored
Merge pull request formio#773 from formio/bugfix/text-field-widget
Fix bug with widget field being displayed on TextArea and Password
2 parents 79ca513 + 220fd65 commit 4e95533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/textfield/editForm/TextField.edit.display.js

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export default [
1717
values: [
1818
{ label: 'Calendar', value: 'calendar' }
1919
]
20+
},
21+
conditional: {
22+
json: { '===': [{ var: 'data.type' }, 'textfield'] }
2023
}
2124
},
2225
{

0 commit comments

Comments
 (0)