- Issue created by @promes
- 🇮🇳India sayan_k_dutta
@promes, can you please provide the steps to reproduce the issue.
I used the name field and created content using 1.x-dev version but found no warnings. - 🇳🇱Netherlands promes
I have a name field where a title is required. The '-- --' option is not present, but only other options. So the [_none] => -- is not present as select option when function name_element_render_component() is called.
I was wrong. Line 467 should read:
if (isset($element['#options']['_none']) && $element['#options']['_none']) { I think the issue is a duplicate of this Issue 🐛 Literal "_none" value saved for seelct fields Active
- 🇳🇱Netherlands megachriz
@sourabhsisodia
This looks related to 🐛 Literal "_none" value saved for seelct fields Active , but this issue is not a duplicate of that one. This issue is about a situation where the option "_none" is not defined. That other issue is about literally saving "_none" in the database when that option is selected. - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
@deepali sardana Like mentioned on many issues already to you. Patch workflows are deprecated. Please create a MR.
- First commit to issue fork.