mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(select): modern component takes up full line (#26670)
This commit is contained in:
@ -751,6 +751,7 @@ export class Select implements ComponentInterface {
|
||||
);
|
||||
}
|
||||
|
||||
// TODO FW-3194 - Remove this
|
||||
private renderLegacySelect() {
|
||||
if (!this.hasLoggedDeprecationWarning) {
|
||||
printIonWarning(
|
||||
|
Reference in New Issue
Block a user