sethjohnson1 / conflist5

Conflist cakePHP5
1 stars 0 forks source link

on add page, text "Choose country..." for empty selection does not show up #19

Closed nilesjohnson closed 2 months ago

nilesjohnson commented 2 months ago

Maybe another font color thing, but I can't figure out what to change. Blank box is confusing because it looks like a text entry box, but it isn't. (More confusing when tabbing through fields, because tabbing to the select box doesn't automatically pull up the list.)

sethjohnson1 commented 2 months ago

Oh man, I messed around with this and could not get it working either, I wonder if it has to do with use of optgroup

Added a one-line jQuery to fix it up. Haha.. bulletproof...

NOTE Take note if the Form Template is adjusted for #21 - it relies on the inputContainer having the class input (easy to fix, just an FYI)

nilesjohnson commented 2 months ago

cool; looks good to me!