-
Hey Guys,
I am trying to use the (focus) functionality of textfield on the MaskedTextField component. This works for android but not for IOS. We are still on nativescript 3.4 and maybe this is fixe…
-
The following error is raised in Plone 5.1 when you try to install a new Plone site with an add-on where the Dexterity content-class could not be imported properly e.g. for some NameError in my case.
…
zopyx updated
5 years ago
-
The field containing the password on the screen where passwords are created/edited is treated as a regular text input field. This causes two problems:
1. It is a security issue as a third-party k…
-
Hey guys!
I recently tested my app and while try to profile memory leaks I got error in `FormatSanitizer.swift` in ` func getFormatBlocks(_ string: String) -> [String]` block.
![2018-05-11 12 43 17]…
-
### What is the problem?
This is a really strange one. If I run my code with debug js remotely turned on, I see:
and when debug js remotely is off, or when I'm running in production, I see t…
-
I wrote some code simulating button presses, which add sprites to a masked-off wrapper. The sprite contains a TextField. After the sprite is added, I loop through the list of sprites and update the te…
-
As shown in the documentation, Input can be masked by providing the inputComponent. This works very well. But it doesn't fit well to all the other inputs, because it doesn't have a label. So if ther…
-
http://prntscr.com/j45qov
Lables are not showing properly, My Code
```
import React from 'react'
import { BarChart, XAxis } from 'react-native-svg-charts'
import { View } from 'react-native'
…
-
i implemented a valueChangeListener inside an inputText as a child-element.
input1 is an int Value inside a @RequestScoped Bean with set and get-Methods
private int input1;
public int getInput1…
-
i implemented a valueChangeListener inside an inputText as a child-element.
input1 is an int Value inside a @RequestScoped Bean with set and get-Methods
private int input1;
public int getInput1…