Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@smartface/component-keyboardlayout
Advanced tools
Execute the command on the scripts directory
yarn i @smartface/component-keyboardlayout
Class
Provides a component for iOS that goes at the top of a keyboard when focused on a TextBox Number-only keyboard on iOS does not have a ActionKey on it, therefore it is recommended to use this component for ease of usage. This component is not supported on Android.
Author: Furkan Arabacı furkan.arabaci@smartface.io
Copyright: Smartface 2019
Class
Array.<Object>
Initializes a keyboard layout for each given textbox or material textbox When given one textBox, up and down buttons will be disabled by default.
Kind: static method of KeyboardLayout
Returns: Array.<Object>
- - Keyboard layouts as an order of textboxes given initially
Access: public
Param | Type | Description |
---|---|---|
textBoxes | Array.<Object> | Object | Array of or single textBox instance |
Kind: inner class of KeyboardLayout
Sets disability of up image. When given true, it will gray out the layout.
Kind: inner method of KeyboardLayout
Access: public
Param | Type | Description |
---|---|---|
disabled | boolean | Pushes .disabled class to the layout, grays out by default |
Sets disability of down image. When given true, it will gray out the layout.
Kind: inner method of KeyboardLayout
Access: public
Param | Type | Description |
---|---|---|
disabled | boolean | Pushes .disabled class to the layout, grays out by default |
Sets visibility of up image
Kind: inner method of KeyboardLayout
Access: public
Param | Type | Description |
---|---|---|
visible | boolean | Toggles visibility |
Sets visibility of down image
Kind: inner method of KeyboardLayout
Access: public
Param | Type | Description |
---|---|---|
visible | boolean | Toggles visibility |
Sets visibility of done button
Kind: inner method of KeyboardLayout
Access: public
Param | Type | Description |
---|---|---|
visible | boolean | Toggles visibility |
FAQs
A template keyboard layout for iOS for ease of usage
The npm package @smartface/component-keyboardlayout receives a total of 3 weekly downloads. As such, @smartface/component-keyboardlayout popularity was classified as not popular.
We found that @smartface/component-keyboardlayout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.