Alexandr Chernyaev

Results 168 comments of Alexandr Chernyaev

Please do resolve the conflicts so that I can merge the branch > Conflicting files: resources/lang/es.json

Hey @Yarynka Could you clarify what this change request? The presence of such a file might be useful for creating new translations. But it has different meanings from the current...

Hi @HichemBenali, But after all, this will only work for matrix rows that already existed, but were not added, due to the fact that the event is only registered when...

Hi, I was thinking about creating something like a lookup table. ![image](https://user-images.githubusercontent.com/5102591/107147827-2ea15000-6961-11eb-8a63-ab3ac9138911.png) Where the syntax will not be bound to the field, instead, we will create small components. Something similar...

Why is it so? Because, for example, the Textarea field can have different values for display. First 100 characters, 300 characters. Or for example, @mention support as soon as I...

@pqr Did you mean exactly CRUD (https://github.com/orchidsoftware/crud) or just use in general?

I just don't really understand the idea. We'll have to specify fields everywhere, but depending on the context (the result will be different for the layers)? ```php class ListLayout extends...

In theory, we don't need to link them at a low level. Just make a facade over them. Something like: ```php namespace Orchid\Support; use Orchid\Screen\Fields\Input; use Orchid\Screen\TD; /** * Class...

I think we have many options, from a facade to a simple DTO with a set of getter and setter. ```php VDF::make() ->setField(Input::make()->required()) ->setTd(Td::make()->align(TD::ALIGN_RIGHT)) ``` The only thing that confuses...

I confirm this issue. The preview has the same behavior.