School closed not set on add new

Issue #103 closed
Brian Lewis repo owner created an issue

The value of schClosed is lost on submitting a new school to the server.

Comments (7)

  1. Ghislain Hachey

    This would likely provide a hint. The angular validation detects the input as invalid when nothing touching it.

    validation.PNG

  2. Ghislain Hachey

    Ha it's the validation I put in there. Did not include 0. I'll just change to a basic min=0 and max=2035 for now.

  3. Ghislain Hachey

    Validation not working in lookups-selector has the required attribute is lost. I'm not sure how to deal with this but looking into it.

  4. Ghislain Hachey

    feat(SchoolItem.cshtml): basic support for validation

    Includes:

    • basic validation on school form
    • validation styling
    • support for required on lookups-selector
    • enhanced UI behaviors
    • fix schClosed loosing value

    Closes #105, #109, #103

    → <<cset c87c24adc563>>

  5. Brian Lewis reporter

    feat(SchoolItem.cshtml): basic support for validation

    Includes:

    • basic validation on school form
    • validation styling
    • support for required on lookups-selector
    • enhanced UI behaviors
    • fix schClosed loosing value

    Closes #105, #109, #103

    → <<cset c87c24adc563>>

  6. Log in to comment