diff --git a/demos/select/index.ts b/demos/select/index.ts index 256d5a17d6..32cb312236 100644 --- a/demos/select/index.ts +++ b/demos/select/index.ts @@ -10,6 +10,8 @@ class MainPage { petAlertOpts; petData; pets: Array; + notifications: string = 'mute_1'; + rating: number = 2; constructor() { this.gender = 'f'; diff --git a/demos/select/main.html b/demos/select/main.html index 0dc7cf4e1c..15f8881355 100644 --- a/demos/select/main.html +++ b/demos/select/main.html @@ -95,4 +95,30 @@ + + Action Sheet Interface Select + + + Mute Notifications + + For 15 Minutes + For 1 Hour + For 24 Hours + Until I turn it back on + + + + + Rating + + 1 Star + 2 Stars + 3 Stars + 4 Stars + 5 Stars + + + + +