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 5393525 commit a655797Copy full SHA for a655797
src/bundle/Resources/public/js/scripts/admin.input.text.js
@@ -44,7 +44,7 @@
44
const recalculateInputStyling = (inputActionsContainer) => {
45
const input = inputActionsContainer.closest('.ibexa-input-text-wrapper').querySelector('input');
46
47
- if (!input) {
+ if (!input || input.type === 'number') {
48
return;
49
}
50
0 commit comments