Dave Draper
Dave Draper
This is a work in progress PR to start addressing #47 .... I've added a test to reproduce the problem but haven't been able to add a solution yet that...
In order to be able to easily compare dates values we need to convert string values in and out of the field into numbers. We should do this in both...
At the moment it seems that errors are not being displayed appropriately all the time. This can be seen when using the comparison validation. This can be seen on the...
For some reason there appears to be some additional margin/padding above and below the options in the Atlaskit select field. This shouldn't be there and isn't there when using the...
I'm trying to write functional tests using TypeScript and have followed the example provided. However I'm getting compilation errors: ``` test/functional/example.ts(1,9): error TS4023: Exported variable 'registerSuite' has or is using...