Skip to content
#

reactjs

react logo

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.

Here are 106,448 public repositories matching this topic...

hsingyin
hsingyin commented May 6, 2022

这个特性解决了什么问题?

项目用到了微信小程序相关的城市服务快速填写组件,目前用了taro-plugin-inject 做了input 属性的注入,希望后续可以直接支持这个属性。

这个 API 长什么样?

input 支持auto-fill属性,目前编译出来input标签上没有这个属性

enhancement good first issue V-3 E-easy
archfz
archfz commented May 12, 2022

Is your feature request related to a problem? Please describe.
I want to display empty text in case where reference is set but the referenced entity is missing. This is easily a case in systems where soft deleting is allowed.

Describe the solution you'd like
For now I am using the same emptyText as is used in the same case where the reference is not set. This works for me, but maybe

spectrum
nickcolley
nickcolley commented Nov 21, 2018

Issue Type (check one)

  • Bug Report

Description (type any text below) -->

When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.

If you force outlines back on you can see what is being tabbed.

*:focus {
    outline: 3px solid orange !important;
    outline-offse
Bug good first issue
ToolJet
stepinfwd
stepinfwd commented Jun 1, 2022

What is the expected behaviour?

Default value is not useful in text widget and should be removed.

What is the current behaviour?

Default value is not used currently.

Any possible solutions?

  1. Go to component.js file find code for Text widget remove line (758 at time of raising issue) defaultValue: { type: 'code', displayName: 'Default value' }

Can you ident

bug good first issue frontend up-for-grabs
signoz
nextui
NitinNair89
NitinNair89 commented Apr 15, 2022

Describe the bug

An error "NextLink is not defined" is displayed when following the documentation for NextUI Link component. Documentation link - https://nextui.org/docs/components/link#next.js-link

Your Example Website or App

https://codesandbox.io/s/kmd6yi?file=/App.js&from-sandpack=true

Steps to Reproduce the Bug or Issue

  1. Go to - https://nextui.org/docs/component
bug good first issue type:docs-md

Created by Jordan Walke

Released March 2013

Latest release about 1 month ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue