Skip to content

SwiftTalk2017/AntdTest

Repository files navigation

Antd react native test project

This project demonstrate a antd's bug about InputItem when using it in react native. The code below won't disable the InputItem like it shuold be:

   <List>
     <InputItem
       disable
       placeholder={"this is disable"}
     >
       Disable:
    </InputItem>
   </List>

About

A antd bug demonstrate project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages