Jeesmon Joy

Results 6 issues of Jeesmon Joy

the loader still showing eventhough the api returns empty array. is there any props to show "No Items Found" message when api returns empty array?

placeholder prop not working even though its there ` const [ingestDate, setIngestDate] = useState(null);` { setIngestDate(date); console.log("ingest stat date", date[0].format()); console.log("ingest end date", date[1].format()); }} maxDate={new DateObject()} numberOfMonths={2} range format="MM/DD/YYYY...

How can i set default values to ReactImageAnnotate from api?, and also how to can get the annoted values from this so i can post to the api

how can i create point annotation instead of rectangle?, i count find any prop for that, also does this plug-in support poligon?

I want to load a default image or fallback image when the image component cant load the image I have tried giving onError prop so that i know the image...

incomplete

I want to implenent switcher icon with fontawesome icons but its not working. it still shows the default icons here is my code, obj.expanded ? ( ) : ( )...