-
In a RadDataForm, if user has clicked on a TextField, it will get focused (that's normal).
After clicking on that TextField, if one clicks on a Picker field, it won't get focused and page will scroll…
-
`dataform help` specifies syntax `dataform run [project-dir]`.
To replicate issue, from this repo after configuration, run:
```console
$ ./scripts/run run ../example-cli
Dataform encountered a…
-
now i'm try this code
```csharp
public class DataForm
{
[BsonId(true)]
public ObjectId Id { get; set; }
public string Name { get; set;…
-
![image](https://user-images.githubusercontent.com/4967152/79317192-4fde0f00-7efd-11ea-9ddf-5c4395d552b7.png)
`needs` and `properly` shouldn't be split over two lines.
-
Video demo here: https://www.loom.com/share/8d000e5d32cb4c51aeb60510c3e320ff
-
### If there is no issue for your problem, tell us about it
Going back remove the existing queryParams of that page which should be preserved as the params
### Which platform(s) does your issue oc…
-
In iOS, the long text used in the dispayNamen will not be fully displayed and will cut it at the end. Example:
```
```
![screen shot 2017-09-21 at 10 20 42 am](https://us…
-
### Tell us about the problem
RadDataForm Picker editor appears to have a default selected value, but actually doesn't.
### Which platform(s) does your issue occur on?
Both
### Please provide …
-
The UI controls need to have better base implementations of accessibility patterns for users who rely on screen readers and other tools to interact with apps. This item should track the overall impro…
-
When users first sign up for a Dataform account (using email/password) we show them a "verify your email address" page. There is also a toaster saying "Error: Email not verified" that pops up. This is…