You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue where the parser-input-select.js library was being loaded globally on all administrative pages. Some INPUT fields were being cleared during blur/change events. These input fields became uneditable and were being automatically reset to original values whenever losing focus. (I was using a button in the last column to trigger JS to collect data & perform an ajax request to update back to the server.)
WORKAROUND: This bad behavior disappears only after explicitly removing filter-false, sorter-false and parser-false classes from the related column in the header row.
The version identified within the parser-input-select.js file is "2018-07-10 (v2.30.7)". I downloaded the latest code and noticed that it downloaded the dist version (no non-min files) and the patches performed on 2022-02-18 weren't included. I was hoping the inputs in the column would be ignored by the parser-input-select library entirely if parse-false were added to the column, but it has the same effect as no filter/sorter (ie, it reset the input to original value).
Is this how it's supposed to work? ie, non-filter/sort/parse inputs become uneditable? If so, is this referenced anywhere? I couldn't find anything and is the primary reason why I'm posting this issue. (I noticed that the #1809 patch indicates "Clarify use".)
I encountered an issue where the
parser-input-select.js
library was being loaded globally on all administrative pages. Some INPUT fields were being cleared during blur/change events. These input fields became uneditable and were being automatically reset to original values whenever losing focus. (I was using a button in the last column to trigger JS to collect data & perform an ajax request to update back to the server.)WORKAROUND: This bad behavior disappears only after explicitly removing
filter-false
,sorter-false
andparser-false
classes from the related column in the header row.The version identified within the parser-input-select.js file is "2018-07-10 (v2.30.7)". I downloaded the latest code and noticed that it downloaded the
dist
version (no non-min files) and the patches performed on 2022-02-18 weren't included. I was hoping the inputs in the column would be ignored by the parser-input-select library entirely ifparse-false
were added to the column, but it has the same effect as no filter/sorter (ie, it reset the input to original value).Is this how it's supposed to work? ie, non-filter/sort/parse inputs become uneditable? If so, is this referenced anywhere? I couldn't find anything and is the primary reason why I'm posting this issue. (I noticed that the #1809 patch indicates "Clarify use".)
The text was updated successfully, but these errors were encountered: