nasdan

Results 9 issues of nasdan

We would like to consume [navite DOM event types](https://developer.mozilla.org/en-US/docs/Web/Events#Standard_events) and it only fires desired validations on that events. Somethink like: ``` const validationSchema: ValidationSchema = { field: { login: [...

enhancement

When we are going to validate a form and we want to get fieldErrors, i.e in React, we have to : ```javascript (formValidationResult) => { const dataFormErrors: DataFormErrors = {...

enhancement

Here you have a working tests checking the scrollTop value when it calls `doAutoScroll`. ``` import { textarea } from 'pods/trainer/components/new-text.styles'; import React from 'react'; import { renderHook } from...

- Add select component to select some language: HTML, CSS, Javascript, JSX, Typescript, TSX, JSON, Bash, Markdown, YAML, diff, C# (cs) - Add empty option. - Create common component MarkdownEditor...

- Add react-markdown dependency. - Create common component MarkdownViewer - Render markdown with Github styles (https://github.com/sindresorhus/github-markdown-css)

Similar to Github styles, for example: ```javascript console.log("You can copy using the button"); ```