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
For an autocomplete inside a dialog, i cannot set using style below:
paper-autocomplete {
--paper-autocomplete-suggestions-wrapper: {
max-height: 200px;
overflow: auto;
}
}
the paper-material always calculating max-height as 350px ?
For an autocomplete inside a dialog, i cannot set using style below:
paper-autocomplete {
--paper-autocomplete-suggestions-wrapper: {
max-height: 200px;
overflow: auto;
}
}
the paper-material always calculating max-height as 350px ?