-
### Discussed in https://github.com/PrestaShop/PrestaShop/discussions/31349
Originally posted by **ElodieOS** February 14, 2023
### The problem
**Customer service > Customer service > View …
-
from @seankross - explain more if you'd like Sean
-
This is a bit of an odd one that points to a bigger problem with the tests:
If I run an e2e test like https://github.com/neurobagel/query-tool/blob/c890a4a5a2c221993b8240ff106b44847df4ba2c/cypress/…
-
Hi I noticed the loading preset,
is it possible in this library to wait for example for some data to load then imperatively dismiss it in your code e.g.
alert or toast({preset: 'loading', title…
-
### Describe the bug
I'm trying to use toast component inside the custom directive. But, I get following error,
![image](https://github.com/primefaces/primevue/assets/872762/2895da1d-9004-4e85-b14…
-
I am encountering an issue with the figma.enum method when passing an object in the value of the true key for the actions prop. The object is being stringified when viewed in the Figma code, which is …
-
Hello, I basically want to run the recording for a while even after the phone is locked. But i couldnt find any ideas on how to go about it in the docs. Any help is appreciated.
### Version of reac…
-
Fix all accessibility issues:
- Card
- Cards have `role="article"` which [is not recommended](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/article_role) (and not always …
-
The websites currently uses HTML alerts at some places. Create toast notifications for relevant actions with brief but clear message in them.
-
The background task is running but not displaying the alert or toast notifications
BackgroundTask.define(async () => {
ToastAndroid.show('Task started !', ToastAndroid.SHORT);
Alert.alert('…