Role in hidden/visible

  • I have a Select, that after you text and select, the other two inputs are autocompleted with the correct information
  • The two textinputs are 'name' and 'age', that are autocompleted, but only 'gender' is a role
  • Depending on the 'gender' information, it will show one new textinput called weight feminine or weight masculine with hidden/visible
  • I'm having a problem 'cause, even using hidden/visible, ->reactive() and ->live(), it's not showing the new textinput acording with 'gender' ,
  • In other pages, like edit, the same text input ('gender') is returning null
image.png
Was this page helpful?