Skip to content

add some support for <input> only on iOS , it's hard to support on Android and Web😭

Notifications You must be signed in to change notification settings

CodingForMoney/weex-input-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

weex-input-ios

add some support for <input> only on iOS , it's hard to support on Android and Web😭

Usage

Register Compoment

[WXSDKEngine registerComponent:@"lxinput" withClass:[LXTextInputComponent class]];

Use it like <input> . I will merge master change to this lxinput ,and support more feature maybe.

new feature

  • default placeholder veritical center

  • placeholder-font-size : new attribute for set the placeholder font size.

      .input {
      	placeholder-font-size: 30px;
      }
    

TODO

  • pod

About

add some support for <input> only on iOS , it's hard to support on Android and Web😭

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published