Default N/A option removal for Boolean fields
Compare changes
@@ -63,7 +63,7 @@ public function formElement(FieldItemListInterface $items, $delta, array $elemen
Closes #3461121
Added a new variable in field_type in OptionsWidgetBase.php to determine the field type. Based on the field type the adding N/A(empty option) is restricted at OptionsButtonWidget.php