Skip to content

Commit

Permalink
fix: manual input allow icon null (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin authored Feb 13, 2025
1 parent e7dc993 commit dd5576b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/php/AcfFields/json/mod-manual-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,11 +775,11 @@
"return_format": "value",
"multiple": 0,
"allow_custom": 0,
"placeholder": "",
"search_placeholder": "",
"allow_null": 0,
"allow_null": 1,
"ui": 1,
"ajax": 0,
"placeholder": "",
"parent_repeater": "field_64ff22b2d91b7"
}
]
Expand Down
4 changes: 2 additions & 2 deletions source/php/AcfFields/php/mod-manual-input.php
Original file line number Diff line number Diff line change
Expand Up @@ -779,11 +779,11 @@
'return_format' => 'value',
'multiple' => 0,
'allow_custom' => 0,
'placeholder' => '',
'search_placeholder' => '',
'allow_null' => 0,
'allow_null' => 1,
'ui' => 1,
'ajax' => 0,
'placeholder' => '',
'parent_repeater' => 'field_64ff22b2d91b7',
),
),
Expand Down

0 comments on commit dd5576b

Please sign in to comment.