Skip to content
#

React Native

react-native logo

React Native is a JavaScript mobile framework developed by Facebook. It allows developers to build Android and iOS mobile apps using JavaScript and reuse code across web and mobile applications.

Here are 32,456 public repositories matching this topic...

storybook
micahgodbolt
micahgodbolt commented May 27, 2022

aria-expanded is meant to be used with button, or some other role. It is currently be added to the parent div with no role making the attribute ineffective.

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded#associated_roles

Moving the aria-expanded to the button that does the expanding will provide better accessibility to those using screen readers.

hsingyin
hsingyin commented May 6, 2022

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

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

这个 API 长什么样?

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

enhancement good first issue V-3 E-easy
formik
krichter722
krichter722 commented Apr 19, 2020

🚀 Feature request

Current Behavior

The type ErrorMessage doesn't have an id property.

Desired Behavior

It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.

Suggested Solution

Add id={this.props.id} to the outer component in ErrorMessage.

Who does this impact? Who is this

joplin
Daeraxa
Daeraxa commented May 2, 2022

The desktop app allows free customisation of the basic layout via the toggleLayoutMoveMode command (bound to View > Change application layout toolbar menu) which allows movement of the various panels and can permit vertical, horizontal or mixed layouts. The application also supports toggling the visibility of the notebook list and notelist.
The terminal app is otherwise relatively static, the

enhancement good first issue cli
mattermost-server
mattermod
mattermod commented May 19, 2022

Repro: Paste a channel ID in the search input field in the System Console > User Management > Channels page

Observed: no results

Expected: allow returning results based on the channel ID (currently it only matches on the channel name)


If you're interested please comment here and come [join our "Contributors" community channel]

Difficulty/1:Easy Good First Issue Help Wanted
swr
goblinfactory
goblinfactory commented May 26, 2022

https://github.com/vercel/swr/blob/43f01571f0a985b5b62792059efe18835c508a94/examples/autocomplete-suggestions/pages/index.js#L21

I know this is only sample code, ... but I can see this suddenly ending up in lost of places verbatim, especially now that we have AI's writing most of our code :D (grin)

documentation good first issue
react-native-elements
mitchdowney
mitchdowney commented Sep 4, 2021

Is your feature request related to a problem? Please Describe.

Add accessibilityHint and accessibilityLabel support to ButtonGroup buttons. Currently when I try to pass in a custom button component like this to the ButtonGroup buttons prop:

const buttons = [
  (
    <Text
      accessibilityHint={translate('ARIA HINT - Tap to search by podcast title')}
      accessibilityLabel={
component: ButtonGroup Good First Issue accessibility
SampsonCrowley
SampsonCrowley commented Mar 15, 2021

Current Behavior

the current DrawerItem passes accessibilityState to Link. this is an invalid attribute for role="link"

Expected Behavior

also exclude accessibilityState from Link in the default DrawerItem

all that really needs to be done is add a line under [this line](https://github.com/react-navigation/react-navigation/blob/0fce8eb2a1e682194d574c65f3366f72e23f2

alya
alya commented May 26, 2022

At present, while the left sidebar "Drafts" link tooltip includes the keyboard shortcut, the compose box "Drafts" link tooltip does not. We should fix this.

The compose box "Drafts" tooltip should thus be "Drafts (d)", with the same styling as the compose box x button tooltip:
![Screen Shot 2022-05-26 at 4 20 30 PM](https://user-images.githubusercontent.com/2090066/170594930-8926447c-8740-48

react-native-windows

Created by Facebook

Released January 2015

Latest release 24 days ago

Repository
facebook/react-native
Website
reactnative.dev
Wikipedia
Wikipedia

Related Topics

reactjs