Skip to content

Change date when status is updated

Hi guys I’m looking to write a javascript to change the date in the date box when I update the status select box. For example the initial date on the datebox is 6/1/2021. And I will click on status rejected. The date should automatically change to today 6/3/21 without manually clicking the date picker b…

How can I visualize an API mashup in Postman?

I have a REST API of classical actors that I want to visualize in Postman. The image URL of an actor is not in the API, so I will need to create a mashup from a combination of the core API and another API. 1. Prerequisites The core API/endpoint is at http://henke.atwebpages.com/postman/actors/actors.json: The…

Changing the position of the React mention suggestion List

I am using react-mentions in my project for mentioning users.. The problem is My comment input is at bottom of the page.. The react-mentions show the suggestion when we type @ in the bottom of the cursor. I want this list to be above the cursor…Can anyone help me? I tried Editing the css, but my methods…

P5.js object not leaving a trail

I have a project in which I’m trying to make a helix effect, where two ellipses rotate around each other, and they leave a trail which keeps going downwards and then disappearing. now the problem is, I cant get the trail to show up. I followed a tutorial by the coding train on making a trail, and while …