#Create and Edit Users Custom input
1 messages · Page 1 of 1 (latest)
->hiddenOn(‘edit’)
I want the ->required() in the password inputs to not appear when editing. With ->hiddenOn() the input password disappears too, and I don't want that to happen]
->required(fn (string $operation): bool => $operation === 'create')
thanks ❤️