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
Hello, the following code does not work when i try to pass some parameters to the constructor of a Select2. Please advise me if there is something wrong. The clear button of select2 does not appear at all and the default placeholder is "Select value". Thanks!
What I am trying to do in the above is to be able to use the default clear way of Select2. The default clear/reset is an x button that when is clicked resets the filter and makes it to have the placeholder's value. Unfortunately the Clear button of select2 does not appear. Based on the documentation of Select2 it should appear if there is a placeholder and the first option of the select is empty.
Hello, the following code does not work when i try to pass some parameters to the constructor of a Select2. Please advise me if there is something wrong. The clear button of select2 does not appear at all and the default placeholder is "Select value". Thanks!
{
column_number: 1,
select_type:"select2",
filter_container_id: "Select1",
select_type_options:{placeholder:"ΠΕΛΑΤΗΣ/ΕΠΩΝΥΜΙΑ",allowClear:true,width:"250px"},
filter_reset_button_text:false
}
The text was updated successfully, but these errors were encountered: