Reply To: Filled TextInput

PennController for IBEX Forums Support Filled TextInput Reply To: Filled TextInput

#6757
Jeremy
Keymaster

Hi Kathy,

1. This is due to how complex conditionals (and/or) are processed: the parent (first) one actually takes effect last. So make the “job” test the parent (first) one, and make the “age” test its first child and test, this way the “job” error message will be displayed at the bottom and the “age” error message will be displayed at the top

2. Simply add a margin-right CSS rule to your Text element. Given the content of your trial, you can even make it part of the default css command

I have updated the project at https://farm.pcibex.net/r/SsqEZD/ along those lines

Jeremy