flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Advanced text input options #25

Open Swanseo0 opened 1 year ago

Swanseo0 commented 1 year ago

Support text input options

To support TextInput.requestAutofill, the following features have been implemented.

Related to issue #6

Swanseo0 commented 1 year ago

In order to compile NUI after this patch, need to use --system-cxx.

Swanseo0 commented 1 year ago

We can test using this autofill sample. Yu can follow the steps below for the test method.

Four items with AUTOFILL_HINT_ID have been added from runner.cc in autofill_service. Please refer to the creator of TizenAutofillService.

bbrto21 commented 1 year ago

We can test using this autofill sample.

This link is broken.