Nathan Walker
55104ae36a
feat(TextField): decimal keyboardType ( #10789 )
2025-09-01 09:17:23 -07:00
Dimitris-Rafail Katsampas
966dccd0f9
feat(core): textbase span interaction and styling improvements ( #10682 )
...
- Added `linkTap` event support for other iOS views that nest spans
- Prevent android span from setting parent background color to itself since it doesn't react to changes of that property. Unless background color is specified to the span directly, it's going to be transparent
- Added few missing `nativeTextViewProtected` references
- Improved view disposal for classes that inherit from TextBase as they had leftovers after android activity recreation
- Removed 2 assignments of `userInteractionEnabled` from TextBase as they were unneeded and had conflicts with `isUserInteractionEnabled` property. Core already sets that property to true for the views that need it in `createNativeView` call
- `HTMLView` will remove extra padding using the documented `UIEdgeInsetsZero`
2025-01-31 14:00:52 -08:00
Dimitris-Rafail Katsampas
e6beb1d816
fix(core): pseudo-class handlers failing to unsubscribe listeners ( #10680 )
2025-01-29 11:26:59 -08:00
Dimitris-Rafail Katsampas
f970455007
feat(core): support for simultaneous pseudo states ( #10656 )
2025-01-12 19:18:08 -08:00
Ammar Ahmed
24ad6e45b1
docs(core): fix types & improve jsdoc comments ( #10620 )
2025-01-12 12:38:28 -08:00
Dimitris-Rafail Katsampas
873f711a6b
revert: "fix(android): proper change of input interaction mode programmatically ( #10434 ) ( #10512 )
...
This reverts commit 07d2129f9c .
2024-04-14 17:07:25 -07:00
Dimitris-Rafail Katsampas
07d2129f9c
fix(android): proper change of input interaction mode programmatically ( #10434 )
2023-11-24 22:54:57 -08:00
Nathan Walker
c1f52b989e
chore: 8.6.0 next
2023-09-28 18:26:39 -07:00
Nathan Walker
b3abc5f5ae
feat(text): valueFormatter for easy and flexible input auto-formatting ( #10264 )
...
https://github.com/NativeScript/NativeScript/issues/10249
2023-04-12 08:45:21 -07:00
Ben Delaney
fd35d6c19c
fix(core): autofillTypes correction ( #10210 )
2023-02-19 16:35:48 -08:00
Jamie Birch
485fb61947
fix(core): Observable event types consistency ( #10181 )
2023-01-31 07:42:09 -08:00
farfromrefuge
0632215793
chore: eslint cleanup ( #10160 )
2023-01-09 09:40:20 -08:00
farfromrefuge
bff35e5163
feat(core): new autoFillTypes for newUsername, newPassword and oneTimeCode ( #10159 )
2023-01-09 09:38:28 -08:00
Nathan Walker
82d60ae057
fix(core): circular imports of SDK_VERSION
2022-11-30 09:14:10 -08:00
Nathan Walker
b147612e06
test: standardized jest unit testing ( #10047 )
2022-11-28 14:32:25 -08:00
farfromrefuge
501d310431
fix(android): memory leak with EditableTextBase ( #10052 )
2022-11-23 20:54:34 -08:00
farfromrefuge
abd722cd3d
perf(core): android sdk check ( #10084 )
2022-11-12 10:09:45 -08:00
Jason Cassidy
40b9e3578f
fix(ios): ensure autocorrect not applied silently on IOS16 ( #10032 )
2022-11-08 08:46:52 -08:00
farfromrefuge
fbd1e23c1c
fix(android): Textfield focus fix ( #9885 )
2022-07-09 09:02:45 -07:00
farfromrefuge
8878c3bc6b
fix(android): autofillType on apiLevel < 26 ( #9610 )
...
* chore: rollback unwanted change
2021-10-13 19:25:05 -07:00
farfromrefuge
d25cd5bcee
feat: autofillType property for edit text base ( #9478 )
2021-09-08 16:07:39 -07:00
Nathan Walker
266ae2a71d
chore: fix types
2021-04-06 11:18:36 -07:00
Nathan Walker
21da31562c
chore: Enums > CoreTypes
...
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00
Nathan Walker
733050995c
fix(core): type collisions with namespace ( #8809 )
2021-04-06 11:18:36 -07:00
Nathanael Anderson
f08fcb17b4
fix(android): KeyboardType now respects numbers ( #9240 )
2021-02-26 16:23:50 -08:00
Dimitris - Rafail Katsampas
5fe27428e0
feat(android): FlexboxLayout support for isPassThroughParentEnabled ( #8798 )
2021-01-29 13:03:27 -08:00
Martin Guillon
58b2542997
feat(core): setSelection method for editable text components ( #9175 )
2021-01-28 15:32:22 -08:00
Martin Guillon
c1f231d88e
chore: fix eslint issues ( #9017 )
2020-11-11 08:46:36 -08:00
Nathan Walker
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00