Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Validation to form inputs #3

Open
unsupo opened this issue Oct 6, 2017 · 3 comments
Open

Add Validation to form inputs #3

unsupo opened this issue Oct 6, 2017 · 3 comments
Assignees
Milestone

Comments

@unsupo
Copy link
Owner

unsupo commented Oct 6, 2017

No description provided.

@unsupo unsupo added this to the Alpha Release milestone Oct 6, 2017
@unsupo unsupo self-assigned this Oct 6, 2017
@unsupo
Copy link
Owner Author

unsupo commented Oct 6, 2017

Should look something like this link

@unsupo
Copy link
Owner Author

unsupo commented Oct 17, 2017

change to floating ion-label and (focusout) events something like this

    <ion-item>
      <ion-label color="primary" floating id="password-label">Password</ion-label>
      <ion-input type="password" required placeholder="Password" [(ngModel)]="password"
                 id="password" (focusout)="lostFocus('password')"
                 class="input-box"></ion-input>
    </ion-item>

@unsupo
Copy link
Owner Author

unsupo commented Oct 23, 2017

It's also confusing that when creating an event, if you create an event that's too close to another event you created ie less than 10m from an event you've created then an error will show up on the server, but not on the ui.

This error needs to appear on the ui so the user isn't confused why the event didn't show up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant