-
Notifications
You must be signed in to change notification settings - Fork 732
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
Server Forms Search Boxes #1038
base: master
Are you sure you want to change the base?
Conversation
Added the following Search Boxes to Forms: NPCInfoForm QuestInfoForm RecipeInfoForm GameShopForm MagicInfoForm
Form textboxes have a property called "PlaceholderText" - no need to do all that weird fake placeholder logic. |
Replaced with Placeholder textbox property and cleaned up the code I had added.
That should do it @Suprcode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes and alot of tidying needed please
Hey @Suprcode what's left to be fixed on this PR? <3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still not ideal the way you've implemented the recipe filter
Added the following Search Boxes to Forms:
NPCInfoForm
QuestInfoForm
RecipeInfoForm
GameShopForm
MagicInfoForm