Adham Nawito

Results 8 comments of Adham Nawito

@neSpecc So what should I do to allow it save data, and at the same time allow read-only for the Editor itself (as I toggle it when the editor is...

@neSpecc I want to save the data if the user edit it. As I can press edit button for example which sets Editor's "readOnly=false" so it become editable and add...

It could be used by adding some onnull or onerror with a script running inside them, but I understand that be the configuration provided we allow the available attributes so...

@boutell I was looking for ```selfClosing``` which made most of the job for me -_- One more question, why does sanitaization change any attribute from single quotes to double quotes....

I'm using the following implementation, ``` toast({ description: 'Failed to create project', variant: 'destructive', }); ``` but what I want to make is ``` toast({ description: (Failed to create project),...

@oncet Thanks it was missing the main thing. I appreciate your help

@liadbelad Did you find any solution to this?

@heidi-humansignal Would you guide me through how to do any of these? 1. How to add a step for emitting declaration files 2. I tried to use the output of...