Skip to content
#

component

Here are 3,533 public repositories matching this topic...

inv-senchuthomas
inv-senchuthomas commented Mar 1, 2018

Plase add a feature to select items using shift key press. Like when user clicks an item and when he press shift and an item the items till the first mouse click to shift key press are to be selected like we can see in windows system or linux system.

iswetak
iswetak commented Apr 29, 2020

how to solve this issue when
i have to click on enter from system keyboard then message are not send

is it possible to
when keypress enter = send message
When keypress shift + enter = new line message

  • Nodejs version: latest
  • React version: 0.1.0
  • React Native version: latest
  • react-native-gifted-chat version: "0.10.0-beta.web.26
  • TypeScript version: 3.6.3
a616781689
a616781689 commented Nov 28, 2019

看了fish-redux的todoList demo,发现里面连接全局状态的方法是使用visitor

visitor: (String path, Page<Object, dynamic> page) {
      /// 只有特定的范围的 Page 才需要建立和 AppStore 的连接关系
      /// 满足 Page<T> ,T 是 GlobalBaseState 的子类
      if (page.isTypeof<GlobalBaseState>()) {
        /// 建立 AppStore 驱动 PageStore 的单向数据连接
        /// 1. 参数1 AppStore
        /// 2. 参数2 当 AppStore.state 变化时, PageStore.state 该如何变化
     
jsinhSolanki
jsinhSolanki commented Jan 17, 2019

Hey, I am using tooltip in my navbar and I have two layout.

  1. With navbar
  2. No Navbar

I have button in navbar which navigates to another layout which dont have any navbar.(So, when I click on btn, btn it self and navbar gets destroyed). But that tooltip which I used on button still remain.

i have created simillar demo for you.
jsfiddle

xihaoxiaohao
xihaoxiaohao commented Nov 20, 2019

Below steps leads to unexpected behavior:

  1. Mouse click on any cell
  2. Release the mouse
  3. Move the mouse to hover other cells
  4. The application will automatically select those hover cell

Codesandbox: https://4jdit.csb.app

Code:

import React, { useState } from "react";
import ReactDataSheet from "react-datasheet";
import "react-datasheet/lib/react-datasheet.css";

expor

Improve this page

Add a description, image, and links to the component topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the component topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.