zaki
zaki
I am using "react-native-popup-dialog", it is really great, but there is a warning that appears on terminal > `Warning: Failed prop type: Invalid prop children of type object supplied to...
I would like to display the complete images when I click on them Please, how can we do it please
I would like to hide the suggestion list when I erase all the text. how can I do that please? Thank you
how to get the suggestions by the first letter. for example, when I enter the letter A I would like to have suggestions that start with A. (Australia, Austria, Argentina,...
i'm using many dialogbox.tip in my app. I would like change color a part of content just for one dialogbox.tip. ``` this.dialogbox.tip({ content: [ ' We noted your application', 'Attention,...
it is possible to change the location of the buttons in dialogBox.confirm?. I would like to put the buttons vertically. Please, how can I make it.
I use this.dialogBox.pop to navigate to another screen, but when I come back to the previous screen, I find that the popup is not hiding.
Hi I am in the process of modifying the account approval message as per the client's need. I added this piece of code. `add_filter( 'new_user_approve_pending_message', 'edit_approval_message');` `function edit_approval_message( $message )...
### Issue datepicker displays the previous date with certain years ### Expected Behavior As I mention in the title, datepiker displays the date or the previous day with certain years,...
Please, how could we close SectionHeader when click on another SectionHeader? thanks