We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df130ca commit 8c7fef1Copy full SHA for 8c7fef1
vertigo-ui-dsfr/src/methods.js
@@ -16,7 +16,7 @@ export default {
16
return {value: object[valueField], text: object[labelField].toString()} // a label is always a string
17
});
18
if (nullText !== undefined && nullText !== null && nullText !== '') {
19
- result.unshift({value: null, text: nullText});
+ result.unshift({value: '', text: nullText});
20
}
21
return result;
22
},
0 commit comments