We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589ea85 commit 57a9807Copy full SHA for 57a9807
modules/backend/formwidgets/recordfinder/partials/_recordfinder.php
@@ -25,7 +25,7 @@ class="field-recordfinder loading-indicator-container size-input-text"
25
<?php if ($value): ?>
26
<button
27
type="button"
28
- class="btn btn-default"
+ class="btn clear-record"
29
data-request="<?= $this->getEventHandler('onClearRecord') ?>"
30
data-request-confirm="<?= e(trans('backend::lang.form.action_confirm')) ?>"
31
data-request-success="var $locker = $('#<?= $field->getId() ?>'); $locker.val(''); $locker.trigger('change')"
0 commit comments