[x] Implement hideBackdrop option to Modal component
[x] Implement onValueChange event handler for Textarea
[ ] Add type SimpleCallback = () => void; as alternative type for callbacks which may be defined by user only to trigger some actions. For example callback onClose for Modal component
hideBackdrop
option to Modal componentonValueChange
event handler for Textareatype SimpleCallback = () => void;
as alternative type for callbacks which may be defined by user only to trigger some actions. For example callbackonClose
forModal
component