Fred Lefévère-Laoide
Fred Lefévère-Laoide
This enhancement would be very useful for us too (using extension.extensionUri when schema path is relative to ./)
@tamasfe Do you take PR ? I guess this is quite simple and I'm willing to submit a PR :-)
good idea, Create one for radio (it would likely be a selector with a new way of rendering) What do you think @FabienLelaquais ?
CSS don't think so but I might add some classes to display radio in line or column
With Checkbox as added bonus (and row classname in stylekit) ``` from taipy.gui import Gui, State val = None def on_change(sdtate: State, var: str, val: str): print(f"on_change(sdtate: State, var: {var},...
what happens if there's no on_creation callback ? What are the default values ?
So what are your conclusions @jrobinAV @FlorianJacta ?
Config.scenarios always returns default ? I suppose we don't want that one ? @jrobinAV
when changeDelay = -1 & Enter in ActionKeys (or no ActionKeys) => the input value will be updated only on Enter
> What is the reason to also have an _on_action_? Will the value still go to the _on_change_ callback each time if there is an _on_action_ and no _on_action_? Fixed...