tom hatzer
Lazy loading for Select form component options
I think I found a way... (the returned array is the replacement for a method call that I have in my code, to simplify things)
Specifying the options using an inline function callback triggers the callback immediately:
Specifying the options using a regular function definition only triggers the call when the modal is opened and the Select component is shown
4 replies
Remove/customize default button classes
Thanks @Patrick Boivin , that's what I'm doing right now but the problem is resetting all the current/existing classes doesn't work at all times. CSS rules like
all: revert/unset/initial
cause some strange behaviours if you combine them with your new styling in the same class definition.4 replies