Questions tagged [atlaskit]

Atlaskit is the Atlassian UI library. Use for questions about using this toolkit.

Atlassian's official UI library, built according to the Atlassian Design Guidelines.

Atlaskit Website

33 questions
0
votes
2 answers

How to create a date picking input field using Atlassian's calendar component with reactjs

All I want is a simple date input field for the user to pick a date. The user clicks on the input field, which opens a calendar (in this case we are using Atlassian), user picks the date and the calendar shuts but keeps the input field with the…
theJuls
  • 6,788
  • 14
  • 73
  • 160
0
votes
1 answer

Atlassian React Components - TextField Not Accepted

I am trying to implement Atlassian React Components in my application. But TextField is not behaving like normal input text field. It is not forwarding value while submitting form, and giving warning in console Warning: styled.input is changing…
Noman Ali
  • 3,160
  • 10
  • 43
  • 77
-1
votes
1 answer

Handle controlled checbox

I have a form where I am rendering checkbox from map, how can I handle when someone unchecked box? Now i am using isChecked to set it. import React, {ChangeEvent, Fragment, useCallback, useEffect, useState} from 'react'; import Button from…
user2994290
  • 329
  • 4
  • 13
1 2
3