Martin Oscar
modifyRuleUsing on Repeater
Hey i tried making
env_variable
unique for each egg->id
When there's no variable in db its ok
I create a variable with env_variable
named "TEST", i hit save its working but if i try to save again without changing anything it thinks that it already exists
Here's my branch
Thanks in advance6 replies
FormAction runs three times
Hey i tried to switch from showing the token in a Notification to a modal but for some reason it creates 3 tokens like if
$action->form()
was called more then once also successRedirectUrl
doesn't refresh the page as it should
Here's my branch
Thanks in advance2 replies
use `configureUsing` to avoid repetition
I have many password fields in my application so i'd like to use
Problem is this is the boot function runs BEFORE the component is created i want it to execute after so i don't have to manually add
->revealable(config('panel.password.revealable'))
to every TextInput of the password kind.
I tried usingand it will always return
false
same goes for
it will always return text
even though its a password
, email
or alphanumeric
field.
I don't want to make my own component just for passwords cause i want to apply similar edit to other components as well
Thanks for your help 🙂23 replies