mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(searchbar): improve searchbar animation on ios, remove unused code
references #6023
This commit is contained in:
@@ -36,7 +36,7 @@ import {Segment, SegmentButton} from '../components/segment/segment';
|
||||
import {RadioButton} from '../components/radio/radio-button';
|
||||
import {RadioGroup} from '../components/radio/radio-group';
|
||||
import {Range} from '../components/range/range';
|
||||
import {Searchbar, SearchbarInput} from '../components/searchbar/searchbar';
|
||||
import {Searchbar} from '../components/searchbar/searchbar';
|
||||
import {Nav} from '../components/nav/nav';
|
||||
import {NavPush, NavPop} from '../components/nav/nav-push';
|
||||
import {NavRouter} from '../components/nav/nav-router';
|
||||
@@ -89,7 +89,6 @@ import {ShowWhen, HideWhen} from '../components/show-hide-when/show-hide-when';
|
||||
* - Icon
|
||||
* - Spinner
|
||||
* - Searchbar
|
||||
* - SearchbarInput
|
||||
* - Segment
|
||||
* - SegmentButton
|
||||
* - Checkbox
|
||||
@@ -164,7 +163,6 @@ export const IONIC_DIRECTIVES: any[] = [
|
||||
|
||||
// Forms
|
||||
Searchbar,
|
||||
SearchbarInput,
|
||||
Segment,
|
||||
SegmentButton,
|
||||
Checkbox,
|
||||
|
||||
Reference in New Issue
Block a user