The Wayback Machine - https://web.archive.org/web/20211004031335/https://github.com/appsmithorg/appsmith/issues/7991
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] The insertion pointer is at the start point in the TreeSelect widget even after selecting values #7991

Open
YogeshJayaseelan opened this issue Sep 30, 2021 · 4 comments

Comments

@YogeshJayaseelan
Copy link
Contributor

@YogeshJayaseelan YogeshJayaseelan commented Sep 30, 2021

Description

Expected Result:
It is observed that the insertion pointer is at the starting point in the tree-select even after selecting the value

Expected Result:
After selecting values the insertion pointer should be at the character ending point

Steps to reproduce the behaviour:

1.Launch appsmith app in the release environment
2.Drag and drop TreeSelect Widget
3.Click onside the treeselect widget
4.Choose any of the option and observe

Videolink:
LOOM DEMO

Important Details

  • Version: [11.3]
  • OS: [MacOS]
  • Browser [chrome, safari]
  • Environment [production, release]
@jindalsachin
Copy link

@jindalsachin jindalsachin commented Oct 1, 2021

I would like to work on this

@mohanarpit
Copy link
Member

@mohanarpit mohanarpit commented Oct 1, 2021

@jindalsachin It's all yours! 🎉

Please don't forget to read the Contribution Guidelines. Would appreciate if you can open a PR within the next 2 days.

Also, please don't forget to register with Appsmith's Hacktoberfest Community in order to be eligible for Appsmith swag.

@mohanarpit mohanarpit assigned jindalsachin and unassigned somangshu Oct 1, 2021
@jindalsachin
Copy link

@jindalsachin jindalsachin commented Oct 1, 2021

Thanks I have registered for the swags and set up the env in IntelliJ . Would you please me point to the specific class/file I should change . I guess the pointer should lchange with listener ?

@Tooluloope
Copy link
Contributor

@Tooluloope Tooluloope commented Oct 1, 2021

Hi @jindalsachin
You would need to dig into this file, and Also inspect it on your console to get the class.

Do let me know if you need more help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment