d33pspace / Renewal-Design-Html

0 stars 0 forks source link

Edit Guest: scrollbar for Province dropdown #48

Closed edwazhao closed 2 years ago

edwazhao commented 3 years ago

https://d33pspace.github.io/RenewalMgtApp-Html/app/edit_guest.html

  1. There is no confirm button avaiable, please help to add it.
  2. Please add scrollbar for Province dropdown

image

AnKar112 commented 3 years ago

1 - Done. Should I do the same for New Guest page? 2 - Should it be with search as in New Item? And, by the way, should I do the same logic for New Item page, as I do just now for Edit Guest (in Edit Guest button appear on input, and when all inputs are empty and no dropdown chosen, it dissepear. In New Item more simple logic - it just appear on blur and couldn't be disappear.

edwazhao commented 3 years ago

Hi @AnKar112 , Only for Edit Guest page is enough, because I will use the it for both create & edit guest template. For the Province, I assume it is better to add search as it in New Item.

Test from my side, seems not working well, please add more provinces and confirm, we need the scrollbar image

edwazhao commented 3 years ago

Hi @AnKar112 , we also need the datapicker for birthdate, could you please add v-date-picker here like https://d33pspace.github.io/RenewalMgtApp-Html/app/reports_behavior.html

AnKar112 commented 3 years ago

Everything is done, check please

edwazhao commented 2 years ago

Thanks @AnKar112 .