pfitzpaddy / ngm-reportDesk

The workdesk for ReportHub
1 stars 6 forks source link

Form inputs vanishing after submission, not allowing edit #376

Closed dondippino closed 4 years ago

dondippino commented 4 years ago

bug_reporthub_28_07_2020 The select fields in the form for WASH sector in Nigeria vanishes at submission of activities

drfaustusfade commented 4 years ago

materialize-select should be added on details' selects

// example
<select materialize-select id="ngm-water_turbidity_range-{{ $locationIndex }}-{{ $beneficiaryIndex }}-{{ $index }}"
                            name="water_turbidity_range"
                            class="validate"
dondippino commented 4 years ago

I have added material-select to all selects in the WASH NG templates here is the PR https://github.com/pfitzpaddy/ngm-reportHub/pull/476