rpc_spec icon indicating copy to clipboard operation
rpc_spec copied to clipboard

[Keyboard] - Prefilled text at start up of keyboard input box

Open mforys opened this issue 7 years ago • 0 comments

When we launch a keyboard there should be a possibility to put some initial text into Input Text Field. Right now we may put only some initial text value which is treated as a hint and disappears after entering a first char.

SDLPerformInteraction* performInteraction = [[SDLPerformInteraction alloc] init]; performInteraction.initialText = text; [self.sdlManager.sdlManagerImpl sendRequest:performInteraction ...

mforys avatar Apr 13 '18 13:04 mforys