-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from ADORSYS-GIS/53-design-the-user-interface-…
…for-input 53 design the user interface for input
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Design an input field that can accept multiple URLs | ||
Visual Design: Use a text area element, which provides a multi-line input field, to allow users to enter URLs on separate lines. | ||
Size: Adjust the rows and columns of the text area to provide sufficient space for entering multiple URLs. | ||
Visual Design: Utilize a specialized input field that supports tags or tokens. Each URL entered by the user will be treated as a separate tag. | ||
Tag Creation: Enable users to create tags by pressing Enter, comma, or a specific key. This allows users to enter multiple URLs sequentially. | ||
Tag Removal: Provide a mechanism to remove tags if users make a mistake or want to delete a specific URL. | ||
Validation: Implement validation logic to ensure that the entered URLs are properly formatted. Display error messages if the URLs are not valid. | ||
Processing: Define a mechanism to process the entered URLs, similar to the text area approach. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters