Skip to content

Commit 44dc7f7

Browse files
authored
Merge pull request #73 from ChilloutVR-Team/add-cvrinputfieldkeyboardhandler-docs
added docs on the keyboard handler
2 parents a0286d1 + 33cd4d3 commit 44dc7f7

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CVR Input Field Keyboard Handler <div class="whitelisted" data-list="PW"></div>
2+
This component lets you override the display behaviour of the build-in keyboard for in-world input fields.
3+
4+
Place this component alongside an Input Field or TMP Input Field.
5+
If one is not present, one is automatically added on content load, defaulting to open the keyboard.
6+
7+
### Properties
8+
9+
##### Keyboard Mode
10+
This property allows you to choose how the keyboard behaves when an input field is focused. The options are:
11+
- **OpenKeyboard**: The keyboard will display as normal.
12+
- **Disabled**: The keyboard will not display at all.
13+
14+
If the input field itself is disabled the keyboard will not display regardless of this setting.

docs/cck/world/whitelisted-components.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,5 @@ A list of all whitelisted components for worlds.
135135
+ [CVR Particle Sound](../components/particle-sound.md)
136136
+ [CVR Skybox Manipulator](../components/skybox-manipulator.md)
137137
+ [CVR World](../components/world.md)
138-
+ [CVR Asset Info](../components/asset-info.md)
138+
+ [CVR Asset Info](../components/asset-info.md)
139+
+ [CVR Input Field Keyboard Handler](../components/input-field-keyboard-handler.md)

0 commit comments

Comments
 (0)