Alain Belair

Results 23 comments of Alain Belair

@mkrecek234 I don't think Card reload or delete was ever implement, yet, in CardDeck. It was mainly for UserAction that does not modify model record.

@DarkSide666 - have you tried using semantic-ui dropdown options: - 'allowTab' - Whether to allow the element to be navigable by keyboard, by automatically creating a tabindex; - 'showOnFocus' -...

This is not really related to atk4 but more on semantic-ui. The only way to remove label for each individual radio button is to use the form setting inline set...

Thanks for your comments on improving MultiLine. @acicovic Regarding your points. 1 - make sense to me, I can look into it. 2- Sorry but I do not agree with...

Item 1 was implemented in PR #816 (Add option to create new line entry when tabbing out of last record)

Actually, DropDown and Lookup are both extending Input. In fact Lookup should be an extension of DropDown. They use the same Fomantic-Ui dropdown module at their base but Lookup use...

Tks! I fixed test and also added a behat test for url

I can update the PR using a static property for runningCallback. Then we can grab argument from it when need. ```` class Callback { protected static $runningCallbacks = []; public...

I have made the changes. Feel free to revert if you do not like it.

In theory, C3 should contains trigger for the other callbacks only if they where activated (Callback::set()). Maybe you could check for this condition before adding the trigger. Envoyé de mon...