-
I'm making a modal with a license agreement in it, but for some reason whenever I press on the button to open the agreement it just sets the scrollbar to the bottom and not at the top. Here is my code…
-
# Story
As a user, I should be able to modify a message that I previously posted
# Acceptance Criteria
**Given** a user wants to modify a previous message
**When** the user is viewing their …
-
# Story
As a user, I should be able to send a message that only a specific user can see
# Acceptance Criteria
**Given** the user is authenticated
**When** the user precedes a chat message wi…
-
`import React, { Component } from 'react'
import { connect } from 'react-redux'
import { bindActionCreators } from 'redux'
import LoginPage from './LoginPage'
import { logout } from '../Actions/…
-
I am able to add message properties in the Send Message. Once a property is added I can not find a way to remove it.
![Screenshot 2021-02-05 162412](https://user-images.githubusercontent.com/10253834…
-
import {ChatEngine} from 'react-chat-engine'
import './App.css';
function App() {
return (
);
}
export default App;
![image](https://user-images.githubusercontent.com/48852087/…
-
**_Ticket MUST be completed before getting help from an instructor_**
#### Name: Caleb
#### Breakout Room: Talisman of Havoc
#### Have you searched the other issue tickets? If not, do that first.…
-
**_Ticket MUST be completed before getting help from an instructor_**
#### Name: Madison
#### Breakout Room: Hammer of Guardians
#### Have you searched the other issue tickets? If not, do that fi…
-
I tried using passingdata and will get returningdata, can you help me?
`
@page "/passingdata"
@inject IModalService Modal
Show Modal
@if (!string.IsNullOrWhiteSpace(_return_message))
{…
-
* Package version: 1.7.2
* Django version: 2.1.7
* Python version: 3.6.7
### Description:
I am working on a project where I have to display the validation errors in simple text in red just bel…